diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-05-14 09:25:52 +0200 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-06-16 13:47:41 +0200 |
commit | cd07f4f3bb9744034693ff012f640bcacaf5c1c6 (patch) | |
tree | 6d807ffcc65e66b23c14732c66f00d1ae44befb9 /arch/cris | |
parent | decd48ccbe6d5a883f400b7b9b797ab7fe228c0d (diff) | |
download | linux-cd07f4f3bb9744034693ff012f640bcacaf5c1c6.tar.gz linux-cd07f4f3bb9744034693ff012f640bcacaf5c1c6.tar.bz2 linux-cd07f4f3bb9744034693ff012f640bcacaf5c1c6.zip |
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/cris')
-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 1e7dfadb8371..0dd4b88a5c72 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 |