aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-10-16 08:41:37 -0400
committerTom Rini <trini@konsulko.com>2020-10-16 09:44:27 -0400
commit2e8446318861ec7df013180975ce50cdb4604d40 (patch)
treeecbab15c6de70b80415f2ae8384be4f6cea7891b /drivers/usb
parent689639798a8b90d367e6fedc07a27e87b9b84bb4 (diff)
downloadu-boot-2e8446318861ec7df013180975ce50cdb4604d40.zip
u-boot-2e8446318861ec7df013180975ce50cdb4604d40.tar.gz
u-boot-2e8446318861ec7df013180975ce50cdb4604d40.tar.bz2
usb: dwc3: Include device_compat.h in dwc3-octeon-glue.c
Necessary for dev_xxx. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/usb')
-rw-r--r--drivers/usb/host/dwc3-octeon-glue.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/dwc3-octeon-glue.c b/drivers/usb/host/dwc3-octeon-glue.c
index 39b3185..c3cac9c 100644
--- a/drivers/usb/host/dwc3-octeon-glue.c
+++ b/drivers/usb/host/dwc3-octeon-glue.c
@@ -13,6 +13,7 @@
#include <errno.h>
#include <usb.h>
#include <asm/io.h>
+#include <dm/device_compat.h>
#include <dm/lists.h>
#include <dm/of_access.h>
#include <linux/bitfield.h>