projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2dd5f18
)
ARM: S3C2443: Remove #if 0 for clk_mpll
author
Ben Dooks
<ben-linux@fluff.org>
Sat, 30 Jan 2010 08:49:15 +0000
(10:49 +0200)
committer
Ben Dooks
<ben-linux@fluff.org>
Sun, 7 Mar 2010 22:56:12 +0000
(22:56 +0000)
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>
arch/arm/mach-s3c2443/clock.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-s3c2443/clock.c
b/arch/arm/mach-s3c2443/clock.c
index
3fa37aa
..
177719c
100644
(file)
--- 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,