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/clk | |
| parent | be82b3a0bf72ed3b5f01ac9fcd8dcd3802e3c742 (diff) | |
Diffstat (limited to 'sys/dev/clk')
| -rw-r--r-- | sys/dev/clk/allwinner/aw_ccung.c | 2 | ||||
| -rw-r--r-- | sys/dev/clk/allwinner/ccu_de2.c | 2 | ||||
| -rw-r--r-- | sys/dev/clk/rockchip/rk_cru.c | 2 | ||||
| -rw-r--r-- | sys/dev/clk/xilinx/zynqmp_reset.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/clk/allwinner/aw_ccung.c b/sys/dev/clk/allwinner/aw_ccung.c index f446b77b6226..751ebba6c349 100644 --- a/sys/dev/clk/allwinner/aw_ccung.c +++ b/sys/dev/clk/allwinner/aw_ccung.c @@ -47,7 +47,7 @@ #include <dev/clk/clk.h> #include <dev/clk/clk_gate.h> -#include <dev/extres/hwreset/hwreset.h> +#include <dev/hwreset/hwreset.h> #include <dev/clk/allwinner/aw_ccung.h> #include <dev/clk/allwinner/aw_clk.h> diff --git a/sys/dev/clk/allwinner/ccu_de2.c b/sys/dev/clk/allwinner/ccu_de2.c index 4bd29d139c11..cc4debdbfc89 100644 --- a/sys/dev/clk/allwinner/ccu_de2.c +++ b/sys/dev/clk/allwinner/ccu_de2.c @@ -46,7 +46,7 @@ #include <dev/clk/clk_fixed.h> #include <dev/clk/clk_mux.h> -#include <dev/extres/hwreset/hwreset.h> +#include <dev/hwreset/hwreset.h> #include <dev/clk/allwinner/aw_ccung.h> diff --git a/sys/dev/clk/rockchip/rk_cru.c b/sys/dev/clk/rockchip/rk_cru.c index a7d1b26166f1..6b0978e885b5 100644 --- a/sys/dev/clk/rockchip/rk_cru.c +++ b/sys/dev/clk/rockchip/rk_cru.c @@ -48,7 +48,7 @@ #include <dev/clk/clk_gate.h> #include <dev/clk/clk_fixed.h> #include <dev/clk/clk_link.h> -#include <dev/extres/hwreset/hwreset.h> +#include <dev/hwreset/hwreset.h> #include <dev/clk/rockchip/rk_clk_composite.h> #include <dev/clk/rockchip/rk_clk_gate.h> diff --git a/sys/dev/clk/xilinx/zynqmp_reset.c b/sys/dev/clk/xilinx/zynqmp_reset.c index 52074d4c62af..c89a4c8ff58c 100644 --- a/sys/dev/clk/xilinx/zynqmp_reset.c +++ b/sys/dev/clk/xilinx/zynqmp_reset.c @@ -40,7 +40,7 @@ #include <dev/ofw/ofw_bus.h> #include <dev/ofw/ofw_bus_subr.h> -#include <dev/extres/hwreset/hwreset.h> +#include <dev/hwreset/hwreset.h> #include <dev/firmware/xilinx/pm_defs.h> |
