diff options
author | Greg Ungerer <gerg@uclinux.org> | 2012-10-30 10:24:32 +0400 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2012-11-14 11:50:55 +0400 |
commit | 82ac6c1f06ec8e79acc87669cbc9614094ef6c69 (patch) | |
tree | 57d143e7d52f1e695ef3cc48eda8c299ecb99821 /arch/m68k/include/uapi/asm/Kbuild | |
parent | 316b4751c0bfcd72d68a14cce546b73131c9f188 (diff) | |
download | linux-82ac6c1f06ec8e79acc87669cbc9614094ef6c69.tar.xz |
m68k: switch to using the asm-generic sembuf.h
We don't need a local sembuf.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 391ff1cec195..637f15a38849 100644 --- a/arch/m68k/include/uapi/asm/Kbuild +++ b/arch/m68k/include/uapi/asm/Kbuild @@ -3,6 +3,7 @@ include include/uapi/asm-generic/Kbuild.asm generic-y += auxvec.h generic-y += msgbuf.h +generic-y += sembuf.h header-y += a.out.h header-y += byteorder.h @@ -13,7 +14,6 @@ header-y += param.h header-y += poll.h header-y += posix_types.h header-y += ptrace.h -header-y += sembuf.h header-y += setup.h header-y += shmbuf.h header-y += sigcontext.h |