common: Drop linux/bitops.h from common header
[platform/kernel/u-boot.git] / drivers / phy / bcm6348-usbh-phy.c
index e7761e3..8d28292 100644 (file)
 #include <clk.h>
 #include <dm.h>
 #include <generic-phy.h>
+#include <log.h>
+#include <malloc.h>
 #include <reset.h>
 #include <asm/io.h>
 #include <dm/device.h>
+#include <linux/bitops.h>
 
 #define USBH_SETUP_PORT1_EN    BIT(0)