]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/powerpc/cpu/ppc4xx/usb.c
ppc4xx: Remove usbdev.c
[karo-tx-uboot.git] / arch / powerpc / cpu / ppc4xx / usb.c
index 592efe70a71561911514bd2eb0b5b8e4b18eb3bf..8c71f75e6008c7f914443542b41c531a6feae6ce 100644 (file)
@@ -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;
 }