aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/sockios.h
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2009-06-18 21:48:20 +0200
committerH. Peter Anvin <hpa@zytor.com>2009-06-18 14:40:03 -0700
commit73a2d096fdf23aa841f7595d114a11ec85a85e4d (patch)
treed744fde1fab370ecfc4c32c5e8bbf31f3fe11dee /arch/x86/include/asm/sockios.h
parentx86: convert termios.h to the asm-generic version (diff)
downloadlinux-dev-73a2d096fdf23aa841f7595d114a11ec85a85e4d.tar.xz
linux-dev-73a2d096fdf23aa841f7595d114a11ec85a85e4d.zip
x86: remove all now-duplicate header files
All files that have been made identical to the asm-generic version in the previous patches can now be removed, guaranteeing that this does not introduce semantic changes. Signed-off-by: Arnd Bergmann <arnd@arndb.de> LKML-Reference: <cover.1245354003.git.arnd@arndb.de> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch/x86/include/asm/sockios.h')
-rw-r--r--arch/x86/include/asm/sockios.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/arch/x86/include/asm/sockios.h b/arch/x86/include/asm/sockios.h
index 9a61a369b901..def6d4746ee7 100644
--- a/arch/x86/include/asm/sockios.h
+++ b/arch/x86/include/asm/sockios.h
@@ -1,13 +1 @@
-#ifndef __ASM_GENERIC_SOCKIOS_H
-#define __ASM_GENERIC_SOCKIOS_H
-
-/* Socket-level I/O control calls. */
-#define FIOSETOWN 0x8901
-#define SIOCSPGRP 0x8902
-#define FIOGETOWN 0x8903
-#define SIOCGPGRP 0x8904
-#define SIOCATMARK 0x8905
-#define SIOCGSTAMP 0x8906 /* Get stamp (timeval) */
-#define SIOCGSTAMPNS 0x8907 /* Get stamp (timespec) */
-
-#endif /* __ASM_GENERIC_SOCKIOS_H */
+#include <asm-generic/sockios.h>