hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/clk/clk-axm5516.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * drivers/clk/clk-axm5516.c
34 *
....@@ -5,10 +6,6 @@
56 * the Axxia device: PLL clock, a clock divider and a clock mux.
67 *
78 * Copyright (C) 2014 LSI Corporation
8
- *
9
- * This program is free software; you can redistribute it and/or modify it
10
- * under the terms of the GNU General Public License version 2 as published by
11
- * the Free Software Foundation.
129 */
1310 #include <linux/module.h>
1411 #include <linux/kernel.h>
....@@ -311,7 +308,6 @@
311308 "clk_sm1_pll"
312309 },
313310 .num_parents = 1,
314
- .flags = CLK_IS_BASIC,
315311 .ops = &axxia_divclk_ops,
316312 },
317313 .reg = 0x1000c,
....@@ -326,7 +322,6 @@
326322 "clk_sm1_pll"
327323 },
328324 .num_parents = 1,
329
- .flags = CLK_IS_BASIC,
330325 .ops = &axxia_divclk_ops,
331326 },
332327 .reg = 0x1000c,