summaryrefslogtreecommitdiff
path: root/arch/m68k/include/uapi/asm/Kbuild
diff options
context:
space:
mode:
authorGreg Ungerer <gerg@uclinux.org>2012-10-30 16:24:33 +1000
committerGeert Uytterhoeven <geert@linux-m68k.org>2012-11-14 08:50:55 +0100
commit8e2e7656d4fac8059e35d44b7779ce1169f1a971 (patch)
tree23edad9777cc7194514a5a8e8e92f775e1b46232 /arch/m68k/include/uapi/asm/Kbuild
parent82ac6c1f06ec8e79acc87669cbc9614094ef6c69 (diff)
m68k: switch to using the asm-generic shmbuf.h
We don't need a local shmbuf.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/Kbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/include/uapi/asm/Kbuild b/arch/m68k/include/uapi/asm/Kbuild
index 637f15a38849..151b71da8f1e 100644
--- a/arch/m68k/include/uapi/asm/Kbuild
+++ b/arch/m68k/include/uapi/asm/Kbuild
@@ -4,6 +4,7 @@ include include/uapi/asm-generic/Kbuild.asm
generic-y += auxvec.h
generic-y += msgbuf.h
generic-y += sembuf.h
+generic-y += shmbuf.h
header-y += a.out.h
header-y += byteorder.h
@@ -15,7 +16,6 @@ header-y += poll.h
header-y += posix_types.h
header-y += ptrace.h
header-y += setup.h
-header-y += shmbuf.h
header-y += sigcontext.h
header-y += signal.h
header-y += socket.h