arm/tegra: remove __initdata annotation from pinmux tables
authorOlof Johansson <olof@lixom.net>
Tue, 20 Dec 2011 17:27:39 +0000 (09:27 -0800)
committerOlof Johansson <olof@lixom.net>
Tue, 20 Dec 2011 18:59:30 +0000 (10:59 -0800)
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 <olof@lixom.net>
Acked-by: Stephen Warren <swarren@nvidia.com>

No differences found