aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc
diff options
context:
space:
mode:
authorJames Bottomley <JBottomley@Parallels.com>2012-06-05 13:53:04 +0900
committerJames Bottomley <JBottomley@Parallels.com>2012-06-05 14:10:22 +0900
commit731455624fe5af906877aae80fb107daccaa9599 (patch)
tree7b7dbf2c01380ccdd1858b4648b26f30673e4e33 /arch/parisc
parent[PARISC] fix missing TAINT_WARN problem (diff)
downloadlinux-dev-731455624fe5af906877aae80fb107daccaa9599.tar.xz
linux-dev-731455624fe5af906877aae80fb107daccaa9599.zip
[PARISC] fix compile break in use of lib/strncopy_from_user.c
Linus broke us with commit 36126f8f2ed8168eb13aa0662b9b9585cba100a9 Author: Linus Torvalds <torvalds@linux-foundation.org> Date: Sat May 26 10:43:17 2012 -0700 word-at-a-time: make the interfaces truly generic By moving functions defined in strncopy_from_user.c into the asm-geneic version word-at-a-time.h. Spark and OpenRisc were fixed to use this, but not parisc. Fix by adding to generic-y in asm/Kbuild Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'arch/parisc')
-rw-r--r--arch/parisc/include/asm/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/parisc/include/asm/Kbuild b/arch/parisc/include/asm/Kbuild
index 19a434f55059..4383707d9801 100644
--- a/arch/parisc/include/asm/Kbuild
+++ b/arch/parisc/include/asm/Kbuild
@@ -1,3 +1,4 @@
include include/asm-generic/Kbuild.asm
header-y += pdc.h
+generic-y += word-at-a-time.h