[PARISC] fix compile break in use of lib/strncopy_from_user.c
authorJames Bottomley <JBottomley@Parallels.com>
Tue, 5 Jun 2012 04:53:04 +0000 (13:53 +0900)
committerJames Bottomley <JBottomley@Parallels.com>
Tue, 5 Jun 2012 05:10:22 +0000 (14:10 +0900)
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>
arch/parisc/include/asm/Kbuild

index 19a434f5505974e63f28a00d697dfd42b57f9345..4383707d9801eb7bfe2b1bb34be6bbea447be139 100644 (file)
@@ -1,3 +1,4 @@
 include include/asm-generic/Kbuild.asm
 
 header-y += pdc.h
+generic-y += word-at-a-time.h