Skip to content
Snippets Groups Projects
Commit 2e844631 authored by Tom Rini's avatar Tom Rini
Browse files

usb: dwc3: Include device_compat.h in dwc3-octeon-glue.c


Necessary for dev_xxx.

Signed-off-by: default avatarTom Rini <trini@konsulko.com>
parent 68963979
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment