arm/tegra: Fix section mismatch errors in tegra30 pinmux
authorStephen Warren <swarren@nvidia.com>
Mon, 19 Dec 2011 18:01:58 +0000 (11:01 -0700)
committerOlof Johansson <olof@lixom.net>
Tue, 20 Dec 2011 02:04:41 +0000 (18:04 -0800)
tegra30_pinmux_init() is called from the pinmux's probe() function, and
hence should be __devinit not __init.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Olof Johansson <olof@lixom.net>

No differences found