summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3/ti_usb_phy.c
diff options
context:
space:
mode:
authorLukasz Majewski <lukma@denx.de>2018-11-23 17:36:19 +0100
committerMarek Vasut <marex@denx.de>2018-12-14 17:59:08 +0100
commit916fa097997a5e1b70768ce944de28e038d4bebf (patch)
treeb12672e9413e8a44117984d84416ba4c400356f3 /drivers/usb/dwc3/ti_usb_phy.c
parentbb00a015d624f683c66c9e30341f93b678d03d2e (diff)
usb: composite: Move bitmap related operations to ./include/linux/bitmap.h
The BITMAP related operations can now be moved to ./include/linux/bitmap.h file to mimic the Linux kernel directory tree. This change also allows to remove the lin_gadget_compat.h header file (which is a legacy code only for composite U-boot layer). It was also possible to remove #includes from several USB gadget drivers. Signed-off-by: Lukasz Majewski <lukma@denx.de> Reviewed-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'drivers/usb/dwc3/ti_usb_phy.c')
-rw-r--r--drivers/usb/dwc3/ti_usb_phy.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/dwc3/ti_usb_phy.c b/drivers/usb/dwc3/ti_usb_phy.c
index d168e868e35..e7ea12c163a 100644
--- a/drivers/usb/dwc3/ti_usb_phy.c
+++ b/drivers/usb/dwc3/ti_usb_phy.c
@@ -19,7 +19,6 @@
#include <common.h>
#include <malloc.h>
#include <ti-usb-phy-uboot.h>
-#include <usb/lin_gadget_compat.h>
#include <linux/ioport.h>
#include <asm/io.h>
#include <asm/arch/sys_proto.h>