X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;ds=sidebyside;f=drivers%2Fusb%2Fhost%2Fehci-tegra.c;h=cc23133f8c4ee5bac8f309203f4593ce695d3322;hb=16297cfb2a20c9d89834cd9e31edac5184a777a1;hp=c6da449e4b07c435dcec14ecba16e9322888df3a;hpb=f3d7cff55951e0b47bad150bf5c329bd577e2ce5;p=karo-tx-uboot.git diff --git a/drivers/usb/host/ehci-tegra.c b/drivers/usb/host/ehci-tegra.c index c6da449e4b..cc23133f8c 100644 --- a/drivers/usb/host/ehci-tegra.c +++ b/drivers/usb/host/ehci-tegra.c @@ -699,7 +699,7 @@ static int process_usb_nodes(const void *blob, int node_list[], int count) return 0; } -int board_usb_init(const void *blob) +int usb_process_devicetree(const void *blob) { int node_list[USB_PORTS_MAX]; int count, err = 0;