diff options
author | Catalin Marinas <catalin.marinas@arm.com> | 2009-05-30 09:00:17 -0400 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2009-05-30 09:00:17 -0400 |
commit | ee8c9571191e588ede9a220ded807e33c4897d91 (patch) | |
tree | c032b4f59822b03fcdb98ae4283d1f69adafeeb9 /arch/arm/oprofile | |
parent | 8c7e65742fd05f27071282d260376adb98e0e9ac (diff) |
RealView: Move the IRQ_* definitions out of the board-*.h files
The IRQ_* macros need to be made visible via the mach/irqs.h file but
without the additional macros defined in the board-*.h files.
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'arch/arm/oprofile')
-rw-r--r-- | arch/arm/oprofile/op_model_mpcore.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/oprofile/op_model_mpcore.c b/arch/arm/oprofile/op_model_mpcore.c index 853d42bb8682..4ce0f9801e2e 100644 --- a/arch/arm/oprofile/op_model_mpcore.c +++ b/arch/arm/oprofile/op_model_mpcore.c | |||
@@ -41,6 +41,7 @@ | |||
41 | #include <asm/irq.h> | 41 | #include <asm/irq.h> |
42 | #include <asm/mach/irq.h> | 42 | #include <asm/mach/irq.h> |
43 | #include <mach/hardware.h> | 43 | #include <mach/hardware.h> |
44 | #include <mach/board-eb.h> | ||
44 | #include <asm/system.h> | 45 | #include <asm/system.h> |
45 | 46 | ||
46 | #include "op_counter.h" | 47 | #include "op_counter.h" |