diff options
author | Greg Ungerer <gerg@uclinux.org> | 2012-10-30 02:24:32 -0400 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2012-11-14 02:50:55 -0500 |
commit | 82ac6c1f06ec8e79acc87669cbc9614094ef6c69 (patch) | |
tree | 57d143e7d52f1e695ef3cc48eda8c299ecb99821 /arch/m68k/include/uapi/asm/Kbuild | |
parent | 316b4751c0bfcd72d68a14cce546b73131c9f188 (diff) |
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 | |||
3 | 3 | ||
4 | generic-y += auxvec.h | 4 | generic-y += auxvec.h |
5 | generic-y += msgbuf.h | 5 | generic-y += msgbuf.h |
6 | generic-y += sembuf.h | ||
6 | 7 | ||
7 | header-y += a.out.h | 8 | header-y += a.out.h |
8 | header-y += byteorder.h | 9 | header-y += byteorder.h |
@@ -13,7 +14,6 @@ header-y += param.h | |||
13 | header-y += poll.h | 14 | header-y += poll.h |
14 | header-y += posix_types.h | 15 | header-y += posix_types.h |
15 | header-y += ptrace.h | 16 | header-y += ptrace.h |
16 | header-y += sembuf.h | ||
17 | header-y += setup.h | 17 | header-y += setup.h |
18 | header-y += shmbuf.h | 18 | header-y += shmbuf.h |
19 | header-y += sigcontext.h | 19 | header-y += sigcontext.h |