hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/arch/arm/mach-ep93xx/clock.c
....@@ -1,13 +1,9 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * arch/arm/mach-ep93xx/clock.c
34 * Clock control for Cirrus EP93xx chips.
45 *
56 * Copyright (C) 2006 Lennert Buytenhek <buytenh@wantstofly.org>
6
- *
7
- * This program is free software; you can redistribute it and/or modify
8
- * it under the terms of the GNU General Public License as published by
9
- * the Free Software Foundation; either version 2 of the License, or (at
10
- * your option) any later version.
117 */
128
139 #define pr_fmt(fmt) "ep93xx " KBUILD_MODNAME ": " fmt
....@@ -20,8 +16,9 @@
2016 #include <linux/io.h>
2117 #include <linux/spinlock.h>
2218 #include <linux/clkdev.h>
19
+#include <linux/soc/cirrus/ep93xx.h>
2320
24
-#include <mach/hardware.h>
21
+#include "hardware.h"
2522
2623 #include <asm/div64.h>
2724