]> git.karo-electronics.de Git - linux-beck.git/commitdiff
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 3b9098d27ea57146771ba55e8d5a8d823b7f5227..a69b22d37eedef2c6fbab7e0cea90409800589eb 100644 (file)
@@ -29,6 +29,7 @@
 
 #include "board.h"
 #include "iomap.h"
+#include "irq.h"
 
 #define SGI_MASK 0xFFFF