From: Sachin Kamat Date: Mon, 12 Aug 2013 09:14:07 +0000 (+0530) Subject: clk: s3c64xx: Fix incorrect placement of __initdata X-Git-Tag: v3.12-rc1~78^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b0dde99e8a9971030b36096ee1dc85a1a12ff57;p=pandora-kernel.git clk: s3c64xx: Fix incorrect placement of __initdata __initdata should be placed between the variable name and equal sign for the variable to be placed in the intended section. Signed-off-by: Sachin Kamat Signed-off-by: Mike Turquette --- Reading git-diff-tree failed