mpc8641hpcn: Use physical address in flash banks defintion
[oweals/u-boot.git] / drivers / usb / usbdcore_ep0.c
index cf3f3826cbfc08de3097fd9d1a4b061b25604a11..f6e017df1804dc9409fc774cec36031d3318c4df 100644 (file)
@@ -51,8 +51,6 @@
  */
 
 #include <common.h>
-
-#if defined(CONFIG_USB_DEVICE)
 #include "usbdcore.h"
 
 #if 0
@@ -597,5 +595,3 @@ int ep0_recv_setup (struct urb *urb)
        }
        return -1;
 }
-
-#endif