From: Thierry Reding Date: Thu, 28 Apr 2016 12:54:27 +0000 (+0200) Subject: ARM: tegra: irq: Add missing irq.h include X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4f71a888c5612c70e9000403e0c6440dc3088640;p=linux-beck.git ARM: tegra: irq: Add missing irq.h include Some of the functions implemented are flagged as not having a prototype defined when building with W=1. Include the header to avoid these build warnings. Signed-off-by: Thierry Reding --- diff --git a/arch/arm/mach-tegra/irq.c b/arch/arm/mach-tegra/irq.c index 3b9098d27ea5..a69b22d37eed 100644 --- a/arch/arm/mach-tegra/irq.c +++ b/arch/arm/mach-tegra/irq.c @@ -29,6 +29,7 @@ #include "board.h" #include "iomap.h" +#include "irq.h" #define SGI_MASK 0xFFFF