From 0766387bcf162ecd875b4eb5f44e3ef057a3329b Mon Sep 17 00:00:00 2001 From: Richard Kuo Date: Tue, 29 Nov 2011 08:28:20 +0000 Subject: 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 Signed-off-by: Benjamin Herrenschmidt --- arch/powerpc/include/asm/Kbuild | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/powerpc/include/asm/Kbuild') diff --git a/arch/powerpc/include/asm/Kbuild b/arch/powerpc/include/asm/Kbuild index d51df17c7e6f..7e313f1ed183 100644 --- a/arch/powerpc/include/asm/Kbuild +++ b/arch/powerpc/include/asm/Kbuild @@ -34,3 +34,5 @@ header-y += termios.h header-y += types.h header-y += ucontext.h header-y += unistd.h + +generic-y += rwsem.h -- cgit v1.2.1