From: Paul Gortmaker Date: Wed, 18 Apr 2012 20:20:38 +0000 (-0400) Subject: xtensa: fix build error in xtensa/include/asm/io.h X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=bfae8ee8d28e6a4ac1d63e8077cb09928d8a557a;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git xtensa: fix build error in xtensa/include/asm/io.h Caused by commit 6c03438edeb5c359af35f060ea016ca65671c269 kernel.h: doesn't explicitly use bug.h, so don't include it. This header uses bug.h so explicitly include it now that the implicit presence was removed by 6c03438ed. Signed-off-by: Paul Gortmaker --- diff --git a/arch/xtensa/include/asm/io.h b/arch/xtensa/include/asm/io.h index d04cd3a625f..4beb43c087d 100644 --- a/arch/xtensa/include/asm/io.h +++ b/arch/xtensa/include/asm/io.h @@ -14,6 +14,7 @@ #ifdef __KERNEL__ #include #include +#include #include #include