diff options
author | Stefan Roese <sr@denx.de> | 2011-11-18 02:38:17 +0000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-12-07 20:00:40 +0100 |
commit | ce2acd371c4eee36e55d706a181361c25ebfe160 (patch) | |
tree | b4594bcde23990ba8d2ca6f61089555ef753f2b7 /arch/powerpc/cpu/ppc4xx/usb.c | |
parent | c786f54b9ace5d7b20a0404a7deb1bae683cd4e8 (diff) | |
download | u-boot-imx-ce2acd371c4eee36e55d706a181361c25ebfe160.zip u-boot-imx-ce2acd371c4eee36e55d706a181361c25ebfe160.tar.gz u-boot-imx-ce2acd371c4eee36e55d706a181361c25ebfe160.tar.bz2 |
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.c')
-rw-r--r-- | arch/powerpc/cpu/ppc4xx/usb.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/powerpc/cpu/ppc4xx/usb.c b/arch/powerpc/cpu/ppc4xx/usb.c index 592efe7..8c71f75 100644 --- a/arch/powerpc/cpu/ppc4xx/usb.c +++ b/arch/powerpc/cpu/ppc4xx/usb.c @@ -30,8 +30,6 @@ DECLARE_GLOBAL_DATA_PTR; #endif -#include "usbdev.h" - int usb_cpu_init(void) { #ifdef CONFIG_4xx_DCACHE @@ -39,9 +37,6 @@ int usb_cpu_init(void) change_tlb(gd->bd->bi_memstart, gd->bd->bi_memsize, TLB_WORD2_I_ENABLE); #endif -#if defined(CONFIG_440EP) || defined(CONFIG_440EPX) - usb_dev_init(); -#endif return 0; } |