From beb1ceab433b61c919b050ee567546103583734c Mon Sep 17 00:00:00 2001 From: Axel Lin Date: Fri, 14 Oct 2011 15:41:36 +0900 Subject: [PATCH] --- yaml --- r: 274105 b: refs/heads/master c: ec4f5423b5b63b1a92bce375ed242d2c19767995 h: refs/heads/master i: 274103: 99360768148cb1987be31d545c6a700832b33250 v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-s3c2443/clock.c | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/[refs] b/[refs] index cfc03e65ef2f..1dc891ef0e3c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5227a54a0f2c8ff4a0a971aac03511cf5545e1fb +refs/heads/master: ec4f5423b5b63b1a92bce375ed242d2c19767995 diff --git a/trunk/arch/arm/mach-s3c2443/clock.c b/trunk/arch/arm/mach-s3c2443/clock.c index b93cb96f57a5..1c2c088aa2e8 100644 --- a/trunk/arch/arm/mach-s3c2443/clock.c +++ b/trunk/arch/arm/mach-s3c2443/clock.c @@ -168,9 +168,6 @@ static struct clk init_clocks_off[] = { } }; -static struct clk init_clocks[] = { -}; - /* clocks to add straight away */ static struct clksrc_clk *clksrcs[] __initdata = { @@ -206,10 +203,6 @@ void __init s3c2443_init_clocks(int xtal) for (ptr = 0; ptr < ARRAY_SIZE(clksrcs); ptr++) s3c_register_clksrc(clksrcs[ptr], 1); - /* register clocks from clock array */ - - s3c_register_clocks(init_clocks, ARRAY_SIZE(init_clocks)); - /* We must be careful disabling the clocks we are not intending to * be using at boot time, as subsystems such as the LCD which do * their own DMA requests to the bus can cause the system to lockup