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)
commit81560e011a3420db03f7b021d1bc37a2242634f7
tree11b380c8a2b38abdccdda8f056df1ea9626114d5
parent6ca4b262dbc94b3ed5fd4c8c1ad4d86616286779
nds32: Fix building error of crypto/xor.c by adding xor.h

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