mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-24 13:13:57 +08:00
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>
This commit is contained in:
parent
2dd5f18142
commit
71ed587d4a
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user