aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2014-05-26 17:19:34 -0400
committerOlof Johansson <olof@lixom.net>2014-05-26 17:19:39 -0400
commit708cec66429cf1ad56d0e849acc3367e8469b1af (patch)
tree6f819fc2fb62f7e90b4e3721851dfe71b2a0461e
parentae0cda2f2a243126aa84725183d463b4e1064024 (diff)
clk: samsung: fix build error
"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>
-rw-r--r--drivers/clk/samsung/clk-s3c2410-dclk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/samsung/clk-s3c2410-dclk.c b/drivers/clk/samsung/clk-s3c2410-dclk.c
index c1726f46eddd..0449cc0458ed 100644
--- 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
143 143
144static const char *clkout0_s3c2412_p[] = { "mpll", "upll", "rtc_clkout", 144static const char *clkout0_s3c2412_p[] = { "mpll", "upll", "rtc_clkout",
145 "hclk", "pclk", "gate_dclk0" }; 145 "hclk", "pclk", "gate_dclk0" };
146static const char *clkout1_s3c2412_p) = { "xti", "upll", "fclk", "hclk", "pclk", 146static const char *clkout1_s3c2412_p[] = { "xti", "upll", "fclk", "hclk", "pclk",
147 "gate_dclk1" }; 147 "gate_dclk1" };
148 148
149static const char *clkout0_s3c2440_p[] = { "xti", "upll", "fclk", "hclk", "pclk", 149static const char *clkout0_s3c2440_p[] = { "xti", "upll", "fclk", "hclk", "pclk",