diff options
author | Arnd Bergmann <arnd@arndb.de> | 2012-05-07 16:54:40 +0000 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2012-09-14 09:22:05 -0500 |
commit | db6b672f983eff887c8be0fb2ceee1c02d867dea (patch) | |
tree | a3ddd34815a81102515186779fc1270cf15430c5 /arch/arm/mach-vexpress/ct-ca9x4.c | |
parent | 06413f1e31b992b55bfd8a38346243ca80d621cd (diff) |
ARM: vexpress: remove dependency on mach/* headers
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Pawel Moll <pawel.moll@arm.com>
Diffstat (limited to 'arch/arm/mach-vexpress/ct-ca9x4.c')
-rw-r--r-- | arch/arm/mach-vexpress/ct-ca9x4.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-vexpress/ct-ca9x4.c b/arch/arm/mach-vexpress/ct-ca9x4.c index 61c492403b05..0e770e89fb9c 100644 --- a/arch/arm/mach-vexpress/ct-ca9x4.c +++ b/arch/arm/mach-vexpress/ct-ca9x4.c @@ -27,6 +27,7 @@ #include "core.h" #include <mach/motherboard.h> +#include <mach/irqs.h> #include <plat/clcd.h> |