hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/drivers/clk/loongson1/clk-loongson1c.c
....@@ -1,14 +1,11 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Copyright (c) 2016 Yang Ling <gnaygnil@gmail.com>
3
- *
4
- * This program is free software; you can redistribute it and/or modify it
5
- * under the terms of the GNU General Public License as published by the
6
- * Free Software Foundation; either version 2 of the License, or (at your
7
- * option) any later version.
84 */
95
106 #include <linux/clkdev.h>
117 #include <linux/clk-provider.h>
8
+#include <linux/io.h>
129
1310 #include <loongson1.h>
1411 #include "clk.h"
....@@ -40,6 +37,7 @@
4037 [1] = { .val = 1, .div = 4 },
4138 [2] = { .val = 2, .div = 3 },
4239 [3] = { .val = 3, .div = 3 },
40
+ [4] = { /* sentinel */ }
4341 };
4442
4543 void __init ls1x_clk_init(void)