diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-05-14 07:25:52 (GMT) |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-06-16 11:47:41 (GMT) |
commit | cd07f4f3bb9744034693ff012f640bcacaf5c1c6 (patch) | |
tree | 6d807ffcc65e66b23c14732c66f00d1ae44befb9 /arch | |
parent | decd48ccbe6d5a883f400b7b9b797ab7fe228c0d (diff) | |
download | linux-fsl-qoriq-cd07f4f3bb9744034693ff012f640bcacaf5c1c6.tar.xz |
cris: Wire up asm-generic/xor.h
crypto/xor.c:25:21: fatal error: asm/xor.h: No such file or directory
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Jesper Nilsson <jesper.nilsson@axis.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/cris/include/asm/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/cris/include/asm/Kbuild b/arch/cris/include/asm/Kbuild index 1e7dfad..0dd4b88 100644 --- a/arch/cris/include/asm/Kbuild +++ b/arch/cris/include/asm/Kbuild @@ -9,3 +9,4 @@ generic-y += kvm_para.h generic-y += linkage.h generic-y += module.h generic-y += trace_clock.h +generic-y += xor.h |