diff options
author | Matthias Fuchs <matthias.fuchs@esd-electronics.com> | 2008-01-08 15:50:49 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2008-01-09 06:32:58 +0100 |
commit | 6e9233d30afe57cb6e148fbfa4895e7810196fac (patch) | |
tree | f6afa585eba5a345f1639756834951a797262ef0 /cpu/ppc4xx/interrupts.c | |
parent | 580d1d3186a2bc6dbdb626941b716dae1788e51e (diff) | |
download | u-boot-midas-6e9233d30afe57cb6e148fbfa4895e7810196fac.tar.gz u-boot-midas-6e9233d30afe57cb6e148fbfa4895e7810196fac.tar.bz2 u-boot-midas-6e9233d30afe57cb6e148fbfa4895e7810196fac.zip |
ppc4xx: Move cpu/ppc4xx/vecnum.h into include path
This patch allows the use of 4xx interrupt vector number defines
in board specific code outside cpu/ppc4xx.
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
Diffstat (limited to 'cpu/ppc4xx/interrupts.c')
-rw-r--r-- | cpu/ppc4xx/interrupts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/ppc4xx/interrupts.c b/cpu/ppc4xx/interrupts.c index 2026cc927a..2f3dc326b4 100644 --- a/cpu/ppc4xx/interrupts.c +++ b/cpu/ppc4xx/interrupts.c @@ -34,7 +34,7 @@ #include <ppc4xx.h> #include <ppc_asm.tmpl> #include <commproc.h> -#include "vecnum.h" +#include <asm/ppc4xx-intvec.h> DECLARE_GLOBAL_DATA_PTR; |