Skip to content

Commit

Permalink
powerpc: Use rwsem.h from generic location
Browse files Browse the repository at this point in the history
As of commit dd472da, rwsem.h was moved into asm-generic.
This patch removes the arch file and points the build at
its new location.

Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
  • Loading branch information
Richard Kuo authored and Benjamin Herrenschmidt committed Dec 16, 2011
1 parent 1e7342e commit 0766387
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 132 deletions.
2 changes: 2 additions & 0 deletions arch/powerpc/include/asm/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ header-y += termios.h
header-y += types.h
header-y += ucontext.h
header-y += unistd.h

generic-y += rwsem.h
132 changes: 0 additions & 132 deletions arch/powerpc/include/asm/rwsem.h

This file was deleted.

0 comments on commit 0766387

Please sign in to comment.