linux/arch/nds32
Greentime Hu bb912671e3 nds32: Fix the unknown type u8 issue.
It broke the 'allmodconfig' build.
We need to include <linux/types.h> to make sure the type is defined
before using it.

Signed-off-by: Greentime Hu <greentime@andestech.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
2018-05-23 13:26:21 +08:00
..
boot nds32: Build infrastructure 2018-02-22 10:44:35 +08:00
configs nds32: defconfig 2018-02-22 10:44:35 +08:00
include nds32: Fix the unknown type u8 issue. 2018-05-23 13:26:21 +08:00
kernel nds32: Fix the symbols undefined issue by exporting them. 2018-05-23 13:26:20 +08:00
lib nds32: Fix the symbols undefined issue by exporting them. 2018-05-23 13:26:20 +08:00
mm nds32: Fix the symbols undefined issue by exporting them. 2018-05-23 13:26:20 +08:00
Kconfig nds32: Fix building error when CONFIG_FREEZE is enabled. 2018-05-23 13:26:20 +08:00
Kconfig.cpu nds32: Build infrastructure 2018-02-22 10:44:35 +08:00
Makefile nds32: lib: To use generic lib instead of libgcc to prevent the symbol undefined issue. 2018-05-23 13:26:20 +08:00