diff options
author | Greg Ungerer <gerg@uclinux.org> | 2012-10-30 07:24:34 +0100 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2012-11-14 08:50:55 +0100 |
commit | 8918344ec0d39942e7b91d50d52445be92ea3229 (patch) | |
tree | e4ba9ec03f03faecc9111ceac27c11db81c8075e /arch/m68k/include/uapi/asm/Kbuild | |
parent | m68k: switch to using the asm-generic shmbuf.h (diff) | |
download | linux-8918344ec0d39942e7b91d50d52445be92ea3229.tar.xz linux-8918344ec0d39942e7b91d50d52445be92ea3229.zip |
m68k: switch to using the asm-generic socket.h
We don't need a local socket.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 151b71da8f1e..8b90cbd6344d 100644 --- a/arch/m68k/include/uapi/asm/Kbuild +++ b/arch/m68k/include/uapi/asm/Kbuild @@ -5,6 +5,7 @@ generic-y += auxvec.h generic-y += msgbuf.h generic-y += sembuf.h generic-y += shmbuf.h +generic-y += socket.h header-y += a.out.h header-y += byteorder.h @@ -18,7 +19,6 @@ header-y += ptrace.h header-y += setup.h header-y += sigcontext.h header-y += signal.h -header-y += socket.h header-y += sockios.h header-y += stat.h header-y += swab.h |