aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/include/uapi/asm/Kbuild
diff options
context:
space:
mode:
authorGreg Ungerer <gerg@uclinux.org>2012-10-30 02:24:32 -0400
committerGeert Uytterhoeven <geert@linux-m68k.org>2012-11-14 02:50:55 -0500
commit82ac6c1f06ec8e79acc87669cbc9614094ef6c69 (patch)
tree57d143e7d52f1e695ef3cc48eda8c299ecb99821 /arch/m68k/include/uapi/asm/Kbuild
parent316b4751c0bfcd72d68a14cce546b73131c9f188 (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/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 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
4generic-y += auxvec.h 4generic-y += auxvec.h
5generic-y += msgbuf.h 5generic-y += msgbuf.h
6generic-y += sembuf.h
6 7
7header-y += a.out.h 8header-y += a.out.h
8header-y += byteorder.h 9header-y += byteorder.h
@@ -13,7 +14,6 @@ header-y += param.h
13header-y += poll.h 14header-y += poll.h
14header-y += posix_types.h 15header-y += posix_types.h
15header-y += ptrace.h 16header-y += ptrace.h
16header-y += sembuf.h
17header-y += setup.h 17header-y += setup.h
18header-y += shmbuf.h 18header-y += shmbuf.h
19header-y += sigcontext.h 19header-y += sigcontext.h