projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae0cda2
)
clk: samsung: fix build error
author
Olof Johansson
<olof@lixom.net>
Mon, 26 May 2014 21:19:34 +0000
(14:19 -0700)
committer
Olof Johansson
<olof@lixom.net>
Mon, 26 May 2014 21:19:39 +0000
(14:19 -0700)
"clk: samsung: clk-s3c2410-dlck: do not use PNAME macro as it declares
__initdata" had a typo in it which caused build failure. Trivial fix.
Signed-off-by: Olof Johansson <olof@lixom.net>
drivers/clk/samsung/clk-s3c2410-dclk.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/clk/samsung/clk-s3c2410-dclk.c
b/drivers/clk/samsung/clk-s3c2410-dclk.c
index c1726f46eddd986b523a9c7a171458aa990b0c7e..0449cc0458ed0f8327b1bde2e4270a361be78143 100644
(file)
--- a/
drivers/clk/samsung/clk-s3c2410-dclk.c
+++ b/
drivers/clk/samsung/clk-s3c2410-dclk.c
@@
-143,7
+143,7
@@
static const char *clkout1_s3c2410_p[] = { "mpll", "upll", "fclk", "hclk", "pclk
static const char *clkout0_s3c2412_p[] = { "mpll", "upll", "rtc_clkout",
"hclk", "pclk", "gate_dclk0" };
-static const char *clkout1_s3c2412_p
)
= { "xti", "upll", "fclk", "hclk", "pclk",
+static const char *clkout1_s3c2412_p
[]
= { "xti", "upll", "fclk", "hclk", "pclk",
"gate_dclk1" };
static const char *clkout0_s3c2440_p[] = { "xti", "upll", "fclk", "hclk", "pclk",