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