diff options
Diffstat (limited to 'sys/arm/ti/clk/ti_clk_clkctrl.c')
| -rw-r--r-- | sys/arm/ti/clk/ti_clk_clkctrl.c | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/sys/arm/ti/clk/ti_clk_clkctrl.c b/sys/arm/ti/clk/ti_clk_clkctrl.c index 6b2fff5e12bb..037f02a64f0f 100644 --- a/sys/arm/ti/clk/ti_clk_clkctrl.c +++ b/sys/arm/ti/clk/ti_clk_clkctrl.c @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2020 Oskar Holmlund <oskar.holmlund@ohdata.se> * @@ -23,19 +23,14 @@ * 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$ */ -#include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> #include <sys/malloc.h> -#include <dev/extres/clk/clk.h> +#include <dev/clk/clk.h> #include <arm/ti/clk/ti_clk_clkctrl.h> |
