summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/Kbuild
diff options
context:
space:
mode:
authorRichard Kuo <rkuo@qualcomm.com>2011-11-29 08:28:20 (GMT)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2011-12-16 03:39:48 (GMT)
commit0766387bcf162ecd875b4eb5f44e3ef057a3329b (patch)
tree72a17c2c4221096001d42c4aa3e88a0e72d02425 /arch/powerpc/include/asm/Kbuild
parent1e7342e7789fa2ca9202701467428726cbcfd649 (diff)
downloadlinux-fsl-qoriq-0766387bcf162ecd875b4eb5f44e3ef057a3329b.tar.xz
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>
Diffstat (limited to 'arch/powerpc/include/asm/Kbuild')
-rw-r--r--arch/powerpc/include/asm/Kbuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/Kbuild b/arch/powerpc/include/asm/Kbuild
index d51df17..7e313f1 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