]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit4408c5dbda4e9040038a07f06a8f3e03d0db900e
tree7b7dbf2c01380ccdd1858b4648b26f30673e4e33
parentcdb2f3f6e994a6fa3368d6438cba5f95384df365
[PARISC] fix compile break in use of lib/strncopy_from_user.c

Linus broke us with

commit e933759a6d01c330ff6d7e9198a2d545f44c95fb
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