hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/drivers/clk/microchip/clk-pic32mzda.c
....@@ -1,20 +1,13 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Purna Chandra Mandal,<purna.mandal@microchip.com>
34 * Copyright (C) 2015 Microchip Technology Inc. All rights reserved.
4
- *
5
- * This program is free software; you can distribute it and/or modify it
6
- * under the terms of the GNU General Public License (Version 2) as
7
- * published by the Free Software Foundation.
8
- *
9
- * This program is distributed in the hope it will be useful, but WITHOUT
10
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
12
- * for more details.
135 */
146 #include <dt-bindings/clock/microchip,pic32-clock.h>
157 #include <linux/clk.h>
168 #include <linux/clk-provider.h>
179 #include <linux/clkdev.h>
10
+#include <linux/io.h>
1811 #include <linux/module.h>
1912 #include <linux/of_address.h>
2013 #include <linux/of_platform.h>