nds32: Fix building error of crypto/xor.c by adding xor.h
authorGreentime Hu <greentime@andestech.com>
Thu, 19 Apr 2018 03:27:59 +0000 (11:27 +0800)
committerGreentime Hu <greentime@andestech.com>
Wed, 23 May 2018 05:26:20 +0000 (13:26 +0800)
When I compiled with allmodconfig, it caused this building failed.
crypto/xor.c:25:21: fatal error: asm/xor.h: No such file or directory
 #include <asm/xor.h>
                     ^
compilation terminated.

Signed-off-by: Greentime Hu <greentime@andestech.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
arch/nds32/include/asm/Kbuild

index 06bdf8167f5a1504559461aec2de10c8d86e50ba..a64e87cc8b494e5ae05763a7e7d2a64b0723f685 100644 (file)
@@ -49,6 +49,7 @@ generic-y += switch_to.h
 generic-y += timex.h
 generic-y += topology.h
 generic-y += trace_clock.h
+generic-y += xor.h
 generic-y += unaligned.h
 generic-y += user.h
 generic-y += vga.h