ARM: tegra: irq: Add missing irq.h include
authorThierry Reding <treding@nvidia.com>
Thu, 28 Apr 2016 12:54:27 +0000 (14:54 +0200)
committerThierry Reding <treding@nvidia.com>
Fri, 10 Jun 2016 14:18:00 +0000 (16:18 +0200)
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 <treding@nvidia.com>
arch/arm/mach-tegra/irq.c

index 3b9098d..a69b22d 100644 (file)
@@ -29,6 +29,7 @@
 
 #include "board.h"
 #include "iomap.h"
+#include "irq.h"
 
 #define SGI_MASK 0xFFFF