diff options
| author | Emmanuel Vadot <manu@FreeBSD.org> | 2023-12-26 17:49:19 +0000 |
|---|---|---|
| committer | Emmanuel Vadot <manu@FreeBSD.org> | 2024-01-10 18:20:28 +0000 |
| commit | 1f469a9fc498c3d406ef7c4e347232678f49da0a (patch) | |
| tree | bc241c5031f1ae1793e4c6f2dfd84eb31b9e0ae8 /sys/dev/qcom_qup/qcom_spi_hw.c | |
| parent | be82b3a0bf72ed3b5f01ac9fcd8dcd3802e3c742 (diff) | |
Diffstat (limited to 'sys/dev/qcom_qup/qcom_spi_hw.c')
| -rw-r--r-- | sys/dev/qcom_qup/qcom_spi_hw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/qcom_qup/qcom_spi_hw.c b/sys/dev/qcom_qup/qcom_spi_hw.c index 6efbedf0892a..910bd8aa3a0e 100644 --- a/sys/dev/qcom_qup/qcom_spi_hw.c +++ b/sys/dev/qcom_qup/qcom_spi_hw.c @@ -50,7 +50,7 @@ #include <dev/ofw/ofw_bus_subr.h> #include <dev/clk/clk.h> -#include <dev/extres/hwreset/hwreset.h> +#include <dev/hwreset/hwreset.h> #include <dev/spibus/spi.h> #include <dev/spibus/spibusvar.h> |
