From be82b3a0bf72ed3b5f01ac9fcd8dcd3802e3c742 Mon Sep 17 00:00:00 2001 From: Emmanuel Vadot Date: Tue, 26 Dec 2023 18:43:48 +0100 Subject: clk: Move clock code in dev/clk We've removed kernel option EXT_RESOURCES almost two years ago. While it was ok to have some code under a common 'extres' subdirectory at first, we now have a lot of consumer of it and we made it mandatory so no need to have it under a cryptic name. Reviewed by: mhorne Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D43191 --- sys/dev/qcom_dwc3/qcom_dwc3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/qcom_dwc3') 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 #include -#include +#include #include #include #include -- cgit v1.3