powerpc: Use rwsem.h from generic location

As of commit dd472da38, 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>
This commit is contained in:
Richard Kuo
2011-11-29 08:28:20 +00:00
committed by Benjamin Herrenschmidt
parent 1e7342e778
commit 0766387bcf
2 changed files with 2 additions and 132 deletions

View File

@@ -34,3 +34,5 @@ header-y += termios.h
header-y += types.h
header-y += ucontext.h
header-y += unistd.h
generic-y += rwsem.h