]> git.sur5r.net Git - u-boot/blobdiff - cpu/ppc4xx/usbdev.c
Merge branch 'master' of git://www.denx.de/git/u-boot-net
[u-boot] / cpu / ppc4xx / usbdev.c
index 6140d2a9089f4402d82957dfed129042925df67f..d71ba7710a0e54df87560f0be66ce773021a4376 100644 (file)
@@ -3,11 +3,11 @@
 #include <common.h>
 #include <asm/processor.h>
 
-#if (defined(CONFIG_440EP) || defined(CONFIG_440EPX)) && (CONFIG_COMMANDS & CFG_CMD_USB)
+#if (defined(CONFIG_440EP) || defined(CONFIG_440EPX)) && defined(CONFIG_CMD_USB)
 
 #include <usb.h>
 #include "usbdev.h"
-#include "vecnum.h"
+#include <asm/ppc4xx-intvec.h>
 
 #define USB_DT_DEVICE        0x01
 #define USB_DT_CONFIG        0x02