From: Ley Foon Tan Date: Thu, 20 Nov 2014 11:01:43 +0000 (+0800) Subject: nios2: include linux/type.h in io.h X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~20^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61810325176d1eefeb074430cc8b01e43ee0c18c;p=pandora-kernel.git nios2: include linux/type.h in io.h This is require for __iomem definition. Signed-off-by: Ley Foon Tan --- diff --git a/arch/nios2/include/asm/io.h b/arch/nios2/include/asm/io.h index c5cf8ea12ef8..9102bfd3fa1c 100644 --- a/arch/nios2/include/asm/io.h +++ b/arch/nios2/include/asm/io.h @@ -11,6 +11,7 @@ #ifndef _ASM_NIOS2_IO_H #define _ASM_NIOS2_IO_H +#include #include /* PCI is not supported in nios2, set this to 0. */