Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 71ed587d authored by Ben Dooks's avatar Ben Dooks
Browse files

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: default avatarBen Dooks <ben-linux@fluff.org>
parent 2dd5f181
Loading
Loading
Loading
Loading
+0 −8
Original line number Original line Diff line number Diff line
@@ -95,14 +95,6 @@ static struct clk clk_mpllref = {
	.id		= -1,
	.id		= -1,
};
};


#if 0
static struct clk clk_mpll = {
	.name		= "mpll",
	.parent		= &clk_mpllref,
	.id		= -1,
};
#endif

static struct clk clk_i2s_ext = {
static struct clk clk_i2s_ext = {
	.name		= "i2s-ext",
	.name		= "i2s-ext",
	.id		= -1,
	.id		= -1,