arm/tegra: Fix section mismatch errors in tegra20 pinmux
commitba4ba3b02de3b4397e3eaf7926f82ff7229bcfca
authorStephen Warren <swarren@nvidia.com>
Mon, 19 Dec 2011 18:01:57 +0000 (19 11:01 -0700)
committerOlof Johansson <olof@lixom.net>
Tue, 20 Dec 2011 02:04:41 +0000 (19 18:04 -0800)
tree338c8a7efa71db196fcfebc216a4a589f8e641b2
parent256a32eacf74681631ee7d17c5863f023e3ba402
arm/tegra: Fix section mismatch errors in tegra20 pinmux

tegra20_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>
arch/arm/mach-tegra/pinmux-tegra20-tables.c