nds32: Fix the unknown type u8 issue.
authorGreentime Hu <greentime@andestech.com>
Thu, 19 Apr 2018 07:59:38 +0000 (15:59 +0800)
committerGreentime Hu <greentime@andestech.com>
Wed, 23 May 2018 05:26:21 +0000 (13:26 +0800)
commitbb912671e36552e11352a6b749dcf68b0df6ad01
tree9d3e0dd85b1d77e386107ac270ec7e0fd72ba500
parente3f4624388731eb475ef7494b43440b3ad9269e1
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>
arch/nds32/include/asm/io.h