diff options
| author | Tom Rini <trini@konsulko.com> | 2020-10-16 08:41:37 -0400 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2020-10-16 09:44:27 -0400 |
| commit | 2e8446318861ec7df013180975ce50cdb4604d40 (patch) | |
| tree | ecbab15c6de70b80415f2ae8384be4f6cea7891b /drivers/usb/host | |
| parent | 689639798a8b90d367e6fedc07a27e87b9b84bb4 (diff) | |
| download | u-boot-2e8446318861ec7df013180975ce50cdb4604d40.tar.gz u-boot-2e8446318861ec7df013180975ce50cdb4604d40.tar.xz u-boot-2e8446318861ec7df013180975ce50cdb4604d40.zip | |
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/host')
| -rw-r--r-- | drivers/usb/host/dwc3-octeon-glue.c | 1 |
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 39b3185616..c3cac9c5ab 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> |
