diff options
Diffstat (limited to 'common/usb_hub.c')
-rw-r--r-- | common/usb_hub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/usb_hub.c b/common/usb_hub.c index 807f490bb60..2e054eb9353 100644 --- a/common/usb_hub.c +++ b/common/usb_hub.c @@ -21,6 +21,7 @@ * Probes device for being a hub and configurate it */ +#include <common.h> #include <command.h> #include <dm.h> #include <env.h> @@ -28,7 +29,6 @@ #include <log.h> #include <malloc.h> #include <memalign.h> -#include <time.h> #include <asm/processor.h> #include <asm/unaligned.h> #include <linux/ctype.h> |