From: Olof Johansson Date: Tue, 20 Dec 2011 17:27:39 +0000 (-0800) Subject: arm/tegra: remove __initdata annotation from pinmux tables X-Git-Tag: v3.3-rc1~140^2~4^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb6e8fb30b836ca3ac43697c886e1385eaa2bba6;p=pandora-kernel.git arm/tegra: remove __initdata annotation from pinmux tables Instead of reshuffling what functions in the pinmux paths should be __init and thus could keep references to __initdata, let's just remove the annotations for now -- the tables are moving to device tree in the next version anyway and the whole subsystem is being wired up. We will go back and re-annotate where appropriate once things settle down. Signed-off-by: Olof Johansson Acked-by: Stephen Warren --- Reading git-diff-tree failed