Merge tag 'u-boot-atmel-fixes-2020.07-a' of https://gitlab.denx.de/u-boot/custodians...
[oweals/u-boot.git] / arch / arm / cpu / armv8 / generic_timer.c
index c1706dcec18cec3c856c19002f8d3f7eb28aae9c..e23629ab0bc3eb2c70f09eb996d0f9ac728848e7 100644 (file)
@@ -5,8 +5,11 @@
  */
 
 #include <common.h>
+#include <bootstage.h>
 #include <command.h>
+#include <time.h>
 #include <asm/system.h>
+#include <linux/bitops.h>
 
 DECLARE_GLOBAL_DATA_PTR;