diff options
author | Thierry Reding <treding@nvidia.com> | 2016-04-28 14:54:27 +0200 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2016-06-10 16:18:00 +0200 |
commit | 4f71a888c5612c70e9000403e0c6440dc3088640 (patch) | |
tree | 78b0814af85ac9ebed8fd587fbce13f8d5db9b06 /arch/arm/mach-tegra | |
parent | 755c47ed94a657d1bc04633349a2378dff05fa61 (diff) |
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 <treding@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra')
-rw-r--r-- | arch/arm/mach-tegra/irq.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |