diff options
| author | Emmanuel Vadot <manu@FreeBSD.org> | 2023-12-26 17:43:48 +0000 |
|---|---|---|
| committer | Emmanuel Vadot <manu@FreeBSD.org> | 2024-01-10 18:20:26 +0000 |
| commit | be82b3a0bf72ed3b5f01ac9fcd8dcd3802e3c742 (patch) | |
| tree | 29932f7946673601dd144a76db665c63297a355a /sys/dev/qcom_dwc3 | |
| parent | fe75646a0234a261c0013bf1840fdac4acaf0cec (diff) | |
Diffstat (limited to 'sys/dev/qcom_dwc3')
| -rw-r--r-- | sys/dev/qcom_dwc3/qcom_dwc3.c | 2 |
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 73034c914eeb..d9f01e714867 100644 --- a/sys/dev/qcom_dwc3/qcom_dwc3.c +++ b/sys/dev/qcom_dwc3/qcom_dwc3.c @@ -45,7 +45,7 @@ #include <dev/ofw/ofw_bus_subr.h> #include <dev/ofw/ofw_subr.h> -#include <dev/extres/clk/clk.h> +#include <dev/clk/clk.h> #include <dev/extres/hwreset/hwreset.h> #include <dev/extres/phy/phy_usb.h> #include <dev/extres/syscon/syscon.h> |
