diff options
author | Greg Ungerer <gerg@uclinux.org> | 2012-10-30 10:24:35 +0400 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2012-11-14 11:50:56 +0400 |
commit | b6f0b0b9bb26fe0d6376c8714303e56293735233 (patch) | |
tree | bead15cbaa06ad4340e563c4c1c0a6cec90a06d8 /arch/m68k/include/uapi/asm/Kbuild | |
parent | 8918344ec0d39942e7b91d50d52445be92ea3229 (diff) | |
download | linux-b6f0b0b9bb26fe0d6376c8714303e56293735233.tar.xz |
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/include/uapi/asm/Kbuild')
-rw-r--r-- | arch/m68k/include/uapi/asm/Kbuild | 2 |
1 files changed, 1 insertions, 1 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 generic-y += sembuf.h generic-y += shmbuf.h generic-y += socket.h +generic-y += sockios.h header-y += a.out.h header-y += byteorder.h @@ -19,7 +20,6 @@ header-y += ptrace.h header-y += setup.h header-y += sigcontext.h header-y += signal.h -header-y += sockios.h header-y += stat.h header-y += swab.h header-y += termbits.h |