File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
include/asm/mach-loongson32 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ extern struct platform_device ls1x_gpio1_pdev;
20
20
extern struct platform_device ls1x_rtc_pdev ;
21
21
extern struct platform_device ls1x_wdt_pdev ;
22
22
23
- void __init ls1x_clk_init (void );
24
23
void __init ls1x_rtc_set_extclk (struct platform_device * pdev );
25
24
void __init ls1x_serial_set_uartclk (struct platform_device * pdev );
26
25
Original file line number Diff line number Diff line change 4
4
*/
5
5
6
6
#include <linux/clk.h>
7
+ #include <linux/of_clk.h>
7
8
#include <linux/interrupt.h>
8
9
#include <linux/sizes.h>
9
10
#include <asm/time.h>
@@ -211,7 +212,7 @@ void __init plat_time_init(void)
211
212
struct clk * clk = NULL ;
212
213
213
214
/* initialize LS1X clocks */
214
- ls1x_clk_init ( );
215
+ of_clk_init ( NULL );
215
216
216
217
#ifdef CONFIG_CEVT_CSRC_LS1X
217
218
/* setup LS1X PWM timer */
You can’t perform that action at this time.
0 commit comments