From patchwork Fri Oct 21 02:33:00 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: arm/imx: add missing include of asm/exception.h for avic.c Date: Thu, 20 Oct 2011 16:33:00 -0000 From: Shawn Guo X-Patchwork-Id: 120925 Message-Id: <1319164380-23517-1-git-send-email-shawn.guo@linaro.org> To: Arnd Bergmann Cc: Sascha Hauer , Shawn Guo , linux-arm-kernel@lists.infradead.org It adds missing include of asm/exception.h for avic.c to fix the compile error below. arch/arm/plat-mxc/avic.c:154:39: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘avic_handle_irq’ Signed-off-by: Shawn Guo Acked-by: Uwe Kleine-König --- Arnd, I hit this error when building imx6q on your for-next branch. arch/arm/plat-mxc/avic.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/plat-mxc/avic.c b/arch/arm/plat-mxc/avic.c index 8875fb4..3157691 100644 --- a/arch/arm/plat-mxc/avic.c +++ b/arch/arm/plat-mxc/avic.c @@ -21,6 +21,7 @@ #include #include #include +#include #include #include