diff options
Diffstat (limited to 'sys/arm64/freescale/imx/clk/imx_clk_gate.h')
-rw-r--r-- | sys/arm64/freescale/imx/clk/imx_clk_gate.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/arm64/freescale/imx/clk/imx_clk_gate.h b/sys/arm64/freescale/imx/clk/imx_clk_gate.h index 3eaf3d51da23..9fb7af24b282 100644 --- a/sys/arm64/freescale/imx/clk/imx_clk_gate.h +++ b/sys/arm64/freescale/imx/clk/imx_clk_gate.h @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright 2018 Emmanuel Vadot <manu@FreeBSD.org> * @@ -23,14 +23,12 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ #ifndef _IMX_CLK_GATE_H_ #define _IMX_CLK_GATE_H_ -#include <dev/extres/clk/clk.h> +#include <dev/clk/clk.h> struct imx_clk_gate_def { struct clknode_init_def clkdef; |