]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - common/usb_kbd.c
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
[thirdparty/u-boot.git] / common / usb_kbd.c
index f3b4a3c94e6de4f84cc9ee7cf7d95d131e82d94b..820f591fc5bb5d408be2fdba8868e51cb8d85c8b 100644 (file)
@@ -6,6 +6,7 @@
  * Part of this source has been derived from the Linux USB
  * project.
  */
+#include <common.h>
 #include <console.h>
 #include <dm.h>
 #include <env.h>
@@ -14,7 +15,6 @@
 #include <malloc.h>
 #include <memalign.h>
 #include <stdio_dev.h>
-#include <time.h>
 #include <watchdog.h>
 #include <asm/byteorder.h>
 #ifdef CONFIG_SANDBOX