summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/cpu/ppc4xx/usb_ohci.c
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2011-11-18 02:38:17 +0000
committerWolfgang Denk <wd@denx.de>2011-12-07 20:00:40 +0100
commitce2acd371c4eee36e55d706a181361c25ebfe160 (patch)
treeb4594bcde23990ba8d2ca6f61089555ef753f2b7 /arch/powerpc/cpu/ppc4xx/usb_ohci.c
parentc786f54b9ace5d7b20a0404a7deb1bae683cd4e8 (diff)
downloadblackbird-obmc-uboot-ce2acd371c4eee36e55d706a181361c25ebfe160.tar.gz
blackbird-obmc-uboot-ce2acd371c4eee36e55d706a181361c25ebfe160.zip
ppc4xx: Remove usbdev.c
As this "driver" doesn't seem to be really used, let's remove it completely. Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'arch/powerpc/cpu/ppc4xx/usb_ohci.c')
-rw-r--r--arch/powerpc/cpu/ppc4xx/usb_ohci.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/powerpc/cpu/ppc4xx/usb_ohci.c b/arch/powerpc/cpu/ppc4xx/usb_ohci.c
index 065730d882..4fb7031203 100644
--- a/arch/powerpc/cpu/ppc4xx/usb_ohci.c
+++ b/arch/powerpc/cpu/ppc4xx/usb_ohci.c
@@ -44,8 +44,6 @@
#include <usb.h>
#include "usb_ohci.h"
-#include "usbdev.h"
-
#define OHCI_USE_NPS /* force NoPowerSwitching mode */
#undef OHCI_VERBOSE_DEBUG /* not always helpful */
#undef DEBUG
@@ -1623,11 +1621,6 @@ int usb_lowlevel_init(void)
ohci_inited = 1;
urb_finished = 1;
-#if defined(CONFIG_440EP) || defined(CONFIG_440EPX)
- /* init the device driver */
- usb_dev_init();
-#endif
-
return 0;
}
OpenPOWER on IntegriCloud