common: Drop log.h from common header
[platform/kernel/u-boot.git] / include / wait_bit.h
index 79da081..dc2ffeb 100644 (file)
@@ -8,9 +8,11 @@
 #ifndef __WAIT_BIT_H
 #define __WAIT_BIT_H
 
-#include <common.h>
 #include <console.h>
+#include <log.h>
+#include <time.h>
 #include <watchdog.h>
+#include <linux/delay.h>
 #include <linux/errno.h>
 #include <asm/io.h>