Skip to content

Commit

Permalink
m68k: switch to using the asm-generic sembuf.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Greg Ungerer authored and Geert Uytterhoeven committed Nov 14, 2012
1 parent 316b475 commit 82ac6c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
2 changes: 1 addition & 1 deletion arch/m68k/include/uapi/asm/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
25 changes: 0 additions & 25 deletions arch/m68k/include/uapi/asm/sembuf.h

This file was deleted.

0 comments on commit 82ac6c1

Please sign in to comment.