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-Url: https://git.stricted.de/?a=commitdiff_plain;h=61810325176d1eefeb074430cc8b01e43ee0c18c;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.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. */