clk: samsung: clk-s3c2410-dlck: do not use PNAME macro as it declares __initdata
authorHeiko Stübner <heiko@sntech.de>
Fri, 23 May 2014 20:58:53 +0000 (22:58 +0200)
committerOlof Johansson <olof@lixom.net>
Mon, 26 May 2014 19:09:45 +0000 (12:09 -0700)
The originally used PNAME macro from the core samsung clock infrastructure
declares the created array as initdata, creating section mismatch warnings
in the dclk driver.

Thus declare them directly, removing these warning.

Reported-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Olof Johansson <olof@lixom.net>
drivers/clk/samsung/clk-s3c2410-dclk.c