aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/qcom_dwc3
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2023-12-26 17:58:15 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2024-01-10 18:20:37 +0000
commit62e8ccc3a489434af379c7f47da71545bc1e14ee (patch)
tree112fa305efab5de40936c4acf708056830dd6ff5 /sys/dev/qcom_dwc3
parent950a6087ec18cd22464b3297573f54a6d9223c99 (diff)
Diffstat (limited to 'sys/dev/qcom_dwc3')
-rw-r--r--sys/dev/qcom_dwc3/qcom_dwc3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/qcom_dwc3/qcom_dwc3.c b/sys/dev/qcom_dwc3/qcom_dwc3.c
index cd58b9ef7705..5fc93b871ad1 100644
--- a/sys/dev/qcom_dwc3/qcom_dwc3.c
+++ b/sys/dev/qcom_dwc3/qcom_dwc3.c
@@ -48,7 +48,7 @@
#include <dev/clk/clk.h>
#include <dev/hwreset/hwreset.h>
#include <dev/phy/phy_usb.h>
-#include <dev/extres/syscon/syscon.h>
+#include <dev/syscon/syscon.h>
static struct ofw_compat_data compat_data[] = {
{ "qcom,dwc3", 1},