diff options
author | Greg Ungerer <gerg@uclinux.org> | 2012-10-30 02:24:35 -0400 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2012-11-14 02:50:56 -0500 |
commit | b6f0b0b9bb26fe0d6376c8714303e56293735233 (patch) | |
tree | bead15cbaa06ad4340e563c4c1c0a6cec90a06d8 /arch/m68k | |
parent | 8918344ec0d39942e7b91d50d52445be92ea3229 (diff) |
m68k: switch to using the asm-generic sockios.h
We don't need a local sockios.h, switch to using the asm-generic version.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k')
-rw-r--r-- | arch/m68k/include/uapi/asm/Kbuild | 2 | ||||
-rw-r--r-- | arch/m68k/include/uapi/asm/sockios.h | 13 |
2 files changed, 1 insertions, 14 deletions
diff --git a/arch/m68k/include/uapi/asm/Kbuild b/arch/m68k/include/uapi/asm/Kbuild index 8b90cbd6344d..5218f3de23f4 100644 --- a/arch/m68k/include/uapi/asm/Kbuild +++ b/arch/m68k/include/uapi/asm/Kbuild | |||
@@ -6,6 +6,7 @@ generic-y += msgbuf.h | |||
6 | generic-y += sembuf.h | 6 | generic-y += sembuf.h |
7 | generic-y += shmbuf.h | 7 | generic-y += shmbuf.h |
8 | generic-y += socket.h | 8 | generic-y += socket.h |
9 | generic-y += sockios.h | ||
9 | 10 | ||
10 | header-y += a.out.h | 11 | header-y += a.out.h |
11 | header-y += byteorder.h | 12 | header-y += byteorder.h |
@@ -19,7 +20,6 @@ header-y += ptrace.h | |||
19 | header-y += setup.h | 20 | header-y += setup.h |
20 | header-y += sigcontext.h | 21 | header-y += sigcontext.h |
21 | header-y += signal.h | 22 | header-y += signal.h |
22 | header-y += sockios.h | ||
23 | header-y += stat.h | 23 | header-y += stat.h |
24 | header-y += swab.h | 24 | header-y += swab.h |
25 | header-y += termbits.h | 25 | header-y += termbits.h |
diff --git a/arch/m68k/include/uapi/asm/sockios.h b/arch/m68k/include/uapi/asm/sockios.h deleted file mode 100644 index c04a23943cb7..000000000000 --- a/arch/m68k/include/uapi/asm/sockios.h +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | #ifndef __ARCH_M68K_SOCKIOS__ | ||
2 | #define __ARCH_M68K_SOCKIOS__ | ||
3 | |||
4 | /* Socket-level I/O control calls. */ | ||
5 | #define FIOSETOWN 0x8901 | ||
6 | #define SIOCSPGRP 0x8902 | ||
7 | #define FIOGETOWN 0x8903 | ||
8 | #define SIOCGPGRP 0x8904 | ||
9 | #define SIOCATMARK 0x8905 | ||
10 | #define SIOCGSTAMP 0x8906 /* Get stamp (timeval) */ | ||
11 | #define SIOCGSTAMPNS 0x8907 /* Get stamp (timespec) */ | ||
12 | |||
13 | #endif /* __ARCH_M68K_SOCKIOS__ */ | ||