diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-01-30 09:49:15 +0100 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-03-07 23:56:12 +0100 |
commit | 71ed587d4a5d377ef5a6917043543ff949ff7dcf (patch) | |
tree | f05f85a85df46f24b7ecefb168190b282b314735 /arch/arm/mach-s3c2443 | |
parent | ARM: S3C2443: Update notes on MPLLREF clock (diff) | |
download | linux-71ed587d4a5d377ef5a6917043543ff949ff7dcf.tar.xz linux-71ed587d4a5d377ef5a6917043543ff949ff7dcf.zip |
ARM: S3C2443: Remove #if 0 for clk_mpll
The clk_mpll has long been moved into common clock code, remove the
code completely instead of the nasty #if 0 block.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c2443')
-rw-r--r-- | arch/arm/mach-s3c2443/clock.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/mach-s3c2443/clock.c b/arch/arm/mach-s3c2443/clock.c index 3fa37aa62aab..177719c7c267 100644 --- a/arch/arm/mach-s3c2443/clock.c +++ b/arch/arm/mach-s3c2443/clock.c @@ -95,14 +95,6 @@ static struct clk clk_mpllref = { .id = -1, }; -#if 0 -static struct clk clk_mpll = { - .name = "mpll", - .parent = &clk_mpllref, - .id = -1, -}; -#endif - static struct clk clk_i2s_ext = { .name = "i2s-ext", .id = -1, |