Skip to content

Commit

Permalink
m68k: switch to using the asm-generic shmbuf.h
Browse files Browse the repository at this point in the history
We don't need a local shmbuf.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 82ac6c1 commit 8e2e765
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 43 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 @@ -4,6 +4,7 @@ include include/uapi/asm-generic/Kbuild.asm
generic-y += auxvec.h
generic-y += msgbuf.h
generic-y += sembuf.h
generic-y += shmbuf.h

header-y += a.out.h
header-y += byteorder.h
Expand All @@ -15,7 +16,6 @@ header-y += poll.h
header-y += posix_types.h
header-y += ptrace.h
header-y += setup.h
header-y += shmbuf.h
header-y += sigcontext.h
header-y += signal.h
header-y += socket.h
Expand Down
42 changes: 0 additions & 42 deletions arch/m68k/include/uapi/asm/shmbuf.h

This file was deleted.

0 comments on commit 8e2e765

Please sign in to comment.