diff options
Diffstat (limited to 'drivers/phy/bcm6348-usbh-phy.c')
-rw-r--r-- | drivers/phy/bcm6348-usbh-phy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/bcm6348-usbh-phy.c b/drivers/phy/bcm6348-usbh-phy.c index a486152da7..8d28292726 100644 --- a/drivers/phy/bcm6348-usbh-phy.c +++ b/drivers/phy/bcm6348-usbh-phy.c @@ -16,6 +16,7 @@ #include <reset.h> #include <asm/io.h> #include <dm/device.h> +#include <linux/bitops.h> #define USBH_SETUP_PORT1_EN BIT(0) |