summaryrefslogtreecommitdiffstats
path: root/arch/h8300/include
diff options
context:
space:
mode:
authorChris Metcalf2015-10-06 19:35:10 +0200
committerChris Metcalf2015-10-06 20:52:48 +0200
commit19c22f3a29fa8669c477f20a65f6c7c27108972a (patch)
tree0d93491e61980409f4ed884fb5ec028905a2e86f /arch/h8300/include
parentLinux 4.3-rc4 (diff)
downloadkernel-qcow2-linux-19c22f3a29fa8669c477f20a65f6c7c27108972a.tar.gz
kernel-qcow2-linux-19c22f3a29fa8669c477f20a65f6c7c27108972a.tar.xz
kernel-qcow2-linux-19c22f3a29fa8669c477f20a65f6c7c27108972a.zip
word-at-a-time.h: fix some Kbuild files
arch/tile added word-at-a-time.h after the patch that added generic-y entries; the generic-y entry is now stale. arch/h8300 is newer than the generic-y patch for word-at-a-time.h, and needs a generic-y entry. arch/powerpc seems to have gotten a generic-y entry by mistake in the first patch; this change removes it. Signed-off-by: Chris Metcalf <cmetcalf@ezchip.com>
Diffstat (limited to 'arch/h8300/include')
-rw-r--r--arch/h8300/include/asm/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/h8300/include/asm/Kbuild b/arch/h8300/include/asm/Kbuild
index 70e6ae1e7006..373cb23301e3 100644
--- a/arch/h8300/include/asm/Kbuild
+++ b/arch/h8300/include/asm/Kbuild
@@ -73,4 +73,5 @@ generic-y += uaccess.h
generic-y += ucontext.h
generic-y += unaligned.h
generic-y += vga.h
+generic-y += word-at-a-time.h
generic-y += xor.h