diff options
author | Greg Ungerer <gerg@uclinux.org> | 2012-10-30 16:24:31 +1000 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2012-11-14 08:50:55 +0100 |
commit | 316b4751c0bfcd72d68a14cce546b73131c9f188 (patch) | |
tree | d5391fe7abafce3707c292a39367515bb6d56342 /arch/m68k/include/uapi/asm/Kbuild | |
parent | b793eab1e318f6ef71e43239e767d04984c57da2 (diff) | |
download | op-kernel-dev-316b4751c0bfcd72d68a14cce546b73131c9f188.zip op-kernel-dev-316b4751c0bfcd72d68a14cce546b73131c9f188.tar.gz |
m68k: switch to using the asm-generic msgbuf.h
We don't need a local msgbuf.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 8883a45..391ff1c 100644 --- a/arch/m68k/include/uapi/asm/Kbuild +++ b/arch/m68k/include/uapi/asm/Kbuild @@ -2,13 +2,13 @@ include include/uapi/asm-generic/Kbuild.asm generic-y += auxvec.h +generic-y += msgbuf.h header-y += a.out.h header-y += byteorder.h header-y += cachectl.h header-y += fcntl.h header-y += ioctls.h -header-y += msgbuf.h header-y += param.h header-y += poll.h header-y += posix_types.h |