diff options
Diffstat (limited to 'common/usb.c')
-rw-r--r-- | common/usb.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/common/usb.c b/common/usb.c index 15e1e4c64e..0904259757 100644 --- a/common/usb.c +++ b/common/usb.c @@ -37,9 +37,6 @@ #include <asm/unaligned.h> #include <errno.h> #include <usb.h> -#ifdef CONFIG_4xx -#include <asm/4xx_pci.h> -#endif #define USB_BUFSIZ 512 |