]> Git Repo - J-u-boot.git/blobdiff - common/usb_hub.c
Merge patch series "omap configuration cleanups"
[J-u-boot.git] / common / usb_hub.c
index 2e054eb93537a2e62e9bcc1ec53ac193895d5ba2..6a4bcec00bc530770ac17d8124c9e9d9419e716a 100644 (file)
@@ -21,7 +21,6 @@
  * Probes device for being a hub and configurate it
  */
 
-#include <common.h>
 #include <command.h>
 #include <dm.h>
 #include <env.h>
@@ -29,6 +28,7 @@
 #include <log.h>
 #include <malloc.h>
 #include <memalign.h>
+#include <time.h>
 #include <asm/processor.h>
 #include <asm/unaligned.h>
 #include <linux/ctype.h>
@@ -162,7 +162,6 @@ int usb_get_port_status(struct usb_device *dev, int port, void *data)
        return ret;
 }
 
-
 static void usb_hub_power_on(struct usb_hub_device *hub)
 {
        int i;
This page took 0.020857 seconds and 4 git commands to generate.