]> git.sur5r.net Git - u-boot/blobdiff - common/usb.c
FSL: Move board/mpc7448hpc2 under board/freescale
[u-boot] / common / usb.c
index 0857494b27b974c442b07d96b4f30c46d8d0c54b..4df01eabe513163eeb80475f9495b72ea504ac80 100644 (file)
 #include <asm/processor.h>
 #include <linux/ctype.h>
 
-#if (CONFIG_COMMANDS & CFG_CMD_USB)
+#if defined(CONFIG_CMD_USB)
 
 #include <usb.h>
 #ifdef CONFIG_4xx
-#include <405gp_pci.h>
+#include <asm/4xx_pci.h>
 #endif
 
 #undef USB_DEBUG
@@ -1247,6 +1247,6 @@ int usb_hub_probe(struct usb_device *dev, int ifnum)
        return ret;
 }
 
-#endif /* (CONFIG_COMMANDS & CFG_CMD_USB) */
+#endif
 
 /* EOF */