summaryrefslogtreecommitdiffstats
path: root/arch/m68k/include/asm/Kbuild
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2012-06-13 22:17:12 +0200
committerLinus Torvalds <torvalds@linux-foundation.org>2012-06-13 22:17:12 +0200
commit6ddb99043cac53e30a38d68fe0835c901fbbbeb5 (patch)
tree6c049914a2a08fde3b367d66347b16a55496b824 /arch/m68k/include/asm/Kbuild
parentMerge tag 'omapdss-for-3.5-rc2' of git://gitorious.org/linux-omap-dss2/linux (diff)
parentm68k: Use generic strncpy_from_user(), strlen_user(), and strnlen_user() (diff)
downloadlinux-6ddb99043cac53e30a38d68fe0835c901fbbbeb5.tar.xz
linux-6ddb99043cac53e30a38d68fe0835c901fbbbeb5.zip
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k
Pull m68k update from Geert Uytterhoeven. This makes m68k use the generic library functions for the user-space strn[cpy|len] functions. * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k: m68k: Use generic strncpy_from_user(), strlen_user(), and strnlen_user()
Diffstat (limited to 'arch/m68k/include/asm/Kbuild')
-rw-r--r--arch/m68k/include/asm/Kbuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/m68k/include/asm/Kbuild b/arch/m68k/include/asm/Kbuild
index 1a922fad76f7..eafa2539a8ee 100644
--- a/arch/m68k/include/asm/Kbuild
+++ b/arch/m68k/include/asm/Kbuild
@@ -1,2 +1,4 @@
include include/asm-generic/Kbuild.asm
header-y += cachectl.h
+
+generic-y += word-at-a-time.h