mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 08:14:15 +08:00
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>
This commit is contained in:
parent
755c47ed94
commit
4f71a888c5
@ -29,6 +29,7 @@
|
||||
|
||||
#include "board.h"
|
||||
#include "iomap.h"
|
||||
#include "irq.h"
|
||||
|
||||
#define SGI_MASK 0xFFFF
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user