diff mbox series

[3/3] usb: dwc3: Include device_compat.h in dwc3-octeon-glue.c

Message ID 20201016124246.6522-3-trini@konsulko.com
State Accepted
Commit 2e8446318861ec7df013180975ce50cdb4604d40
Delegated to: Tom Rini
Headers show
Series [1/3] arm: fsl-layerscape: Include device_compat.h in soc.c | expand

Commit Message

Tom Rini Oct. 16, 2020, 12:42 p.m. UTC
Necessary for dev_xxx.

Signed-off-by: Tom Rini <trini@konsulko.com>
---
 drivers/usb/host/dwc3-octeon-glue.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Tom Rini Oct. 16, 2020, 1:56 p.m. UTC | #1
On Fri, Oct 16, 2020 at 08:42:46AM -0400, Tom Rini wrote:

> Necessary for dev_xxx.
> 
> Signed-off-by: Tom Rini <trini@konsulko.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/drivers/usb/host/dwc3-octeon-glue.c b/drivers/usb/host/dwc3-octeon-glue.c
index 39b318561634..c3cac9c5abdb 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>