summaryrefslogtreecommitdiffstats
path: root/drivers/phy/bcm6348-usbh-phy.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/phy/bcm6348-usbh-phy.c')
-rw-r--r--drivers/phy/bcm6348-usbh-phy.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/phy/bcm6348-usbh-phy.c b/drivers/phy/bcm6348-usbh-phy.c
index ed9f02b375..8d28292726 100644
--- a/drivers/phy/bcm6348-usbh-phy.c
+++ b/drivers/phy/bcm6348-usbh-phy.c
@@ -11,10 +11,12 @@
#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)