From: Sachin Kamat Date: Thu, 8 Aug 2013 04:25:47 +0000 (+0530) Subject: clk: tegra114: Fix incorrect placement of __initdata X-Git-Tag: v3.12-rc1~78^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=056dfcf67ebaa9eb3aff5f35ce98c073157f1d5b;p=pandora-kernel.git clk: tegra114: 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 Tested-by: Stephen Warren Acked-by: Stephen Warren Signed-off-by: Mike Turquette --- Reading git-diff-tree failed