common: Drop linux/bitops.h from common header
[platform/kernel/u-boot.git] / drivers / net / ti / cpsw_mdio.c
index 6e8f652..f4cb86d 100644 (file)
@@ -6,9 +6,13 @@
  */
 
 #include <common.h>
+#include <log.h>
+#include <malloc.h>
 #include <asm/io.h>
 #include <miiphy.h>
 #include <wait_bit.h>
+#include <linux/bitops.h>
+#include <linux/delay.h>
 
 struct cpsw_mdio_regs {
        u32     version;