Jelajahi Sumber

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>
Olof Johansson 11 tahun lalu
induk
melakukan
708cec6642
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      drivers/clk/samsung/clk-s3c2410-dclk.c

+ 1 - 1
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",