usb: dwc3: Include device_compat.h in dwc3-octeon-glue.c
authorTom Rini <trini@konsulko.com>
Fri, 16 Oct 2020 12:41:37 +0000 (08:41 -0400)
committerTom Rini <trini@konsulko.com>
Fri, 16 Oct 2020 13:44:27 +0000 (09:44 -0400)
Necessary for dev_xxx.

Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/usb/host/dwc3-octeon-glue.c

index 39b3185..c3cac9c 100644 (file)
@@ -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>