diff options
Diffstat (limited to 'sys/arm/mv/clk/periph_clk_mux_gate.c')
-rw-r--r-- | sys/arm/mv/clk/periph_clk_mux_gate.c | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/sys/arm/mv/clk/periph_clk_mux_gate.c b/sys/arm/mv/clk/periph_clk_mux_gate.c index c569ea3fcfdb..f96d034228b4 100644 --- a/sys/arm/mv/clk/periph_clk_mux_gate.c +++ b/sys/arm/mv/clk/periph_clk_mux_gate.c @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2021 Semihalf. * @@ -25,9 +25,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> @@ -38,11 +35,11 @@ __FBSDID("$FreeBSD$"); #include <dev/fdt/simplebus.h> -#include <dev/extres/clk/clk.h> -#include <dev/extres/clk/clk_div.h> -#include <dev/extres/clk/clk_fixed.h> -#include <dev/extres/clk/clk_gate.h> -#include <dev/extres/clk/clk_mux.h> +#include <dev/clk/clk.h> +#include <dev/clk/clk_div.h> +#include <dev/clk/clk_fixed.h> +#include <dev/clk/clk_gate.h> +#include <dev/clk/clk_mux.h> #include <dev/ofw/ofw_bus.h> #include <dev/ofw/ofw_bus_subr.h> |