Skip to content

Commit

Permalink
ARM: S3C2443: Remove #if 0 for clk_mpll
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ben Dooks committed Mar 7, 2010
1 parent 2dd5f18 commit 71ed587
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions arch/arm/mach-s3c2443/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 71ed587

Please sign in to comment.