summaryrefslogtreecommitdiff
path: root/cpu/ppc4xx/usbdev.c
diff options
context:
space:
mode:
authorMatthias Fuchs <matthias.fuchs@esd-electronics.com>2008-01-08 15:50:49 +0100
committerStefan Roese <sr@denx.de>2008-01-09 06:32:58 +0100
commit6e9233d30afe57cb6e148fbfa4895e7810196fac (patch)
treef6afa585eba5a345f1639756834951a797262ef0 /cpu/ppc4xx/usbdev.c
parent580d1d3186a2bc6dbdb626941b716dae1788e51e (diff)
downloadu-boot-imx-6e9233d30afe57cb6e148fbfa4895e7810196fac.zip
u-boot-imx-6e9233d30afe57cb6e148fbfa4895e7810196fac.tar.gz
u-boot-imx-6e9233d30afe57cb6e148fbfa4895e7810196fac.tar.bz2
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/usbdev.c')
-rw-r--r--cpu/ppc4xx/usbdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/ppc4xx/usbdev.c b/cpu/ppc4xx/usbdev.c
index 5924a6c..d71ba77 100644
--- a/cpu/ppc4xx/usbdev.c
+++ b/cpu/ppc4xx/usbdev.c
@@ -7,7 +7,7 @@
#include <usb.h>
#include "usbdev.h"
-#include "vecnum.h"
+#include <asm/ppc4xx-intvec.h>
#define USB_DT_DEVICE 0x01
#define USB_DT_CONFIG 0x02