From: Heiko Stübner Date: Fri, 23 May 2014 20:58:53 +0000 (+0200) Subject: clk: samsung: clk-s3c2410-dlck: do not use PNAME macro as it declares __initdata X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~45^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a3babfcd2354fb1063de2895cab0320fb2027ca;p=pandora-kernel.git clk: samsung: clk-s3c2410-dlck: do not use PNAME macro as it declares __initdata 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 Signed-off-by: Heiko Stuebner Signed-off-by: Olof Johansson --- Reading git-diff-tree failed