]> git.sur5r.net Git - u-boot/blobdiff - drivers/usb/eth/usb_ether.c
ddr: altera: sdram: Clean up sdram_mmr_init_full() part 5
[u-boot] / drivers / usb / eth / usb_ether.c
index 07d230988329fce83c9e5b4852c9314dce7f9e53..3c3e082b278b519ef0482568d1ec82c960fa31a9 100644 (file)
@@ -6,6 +6,7 @@
 
 #include <common.h>
 #include <dm.h>
+#include <errno.h>
 #include <malloc.h>
 #include <usb.h>
 #include <dm/device-internal.h>
@@ -266,8 +267,8 @@ int usb_host_eth_scan(int mode)
        usb_max_eth_dev = 0;
 #ifdef CONFIG_DM_USB
        /*
-        * TODO: We should add USB_DEVICE() declarations to each USB ethernet
-        * driver and then most of this file can be removed.
+        * TODO: We should add U_BOOT_USB_DEVICE() declarations to each USB
+        * Ethernet driver and then most of this file can be removed.
         */
        struct udevice *bus;
        struct uclass *uc;