summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Pedro <mapedro@nvidia.com>2013-07-11 14:37:02 -0400
committerMatthew Pedro <mapedro@nvidia.com>2013-07-11 11:45:16 -0700
commit847808ed66b29327cfdc6a9987fa170c610e2b67 (patch)
treef7bf86c6021bd8255afb1b606ceb87e19e5c4ff8
parentf0ede5d4442a7a2d834396e23295e449119390c9 (diff)
Revert "arm: tegra: dalmore: remove section mismatch gcc warning."
This reverts commit 9d1dfe8d12009d7a64e468ec04466f3e3b387149. Change-Id: I527b106733138e1f093b918d653fa936741cdee4 Signed-off-by: Matt Pedro <mapedro@nvidia.com> Reviewed-on: http://git-master/r/247980
-rw-r--r--arch/arm/mach-tegra/board-dalmore-panel.c2
-rw-r--r--arch/arm/mach-tegra/board-dalmore-sensors.c2
-rw-r--r--arch/arm/mach-tegra/board-pluto-panel.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-tegra/board-dalmore-panel.c b/arch/arm/mach-tegra/board-dalmore-panel.c
index d38b2048d8d1..c1141b35afd0 100644
--- a/arch/arm/mach-tegra/board-dalmore-panel.c
+++ b/arch/arm/mach-tegra/board-dalmore-panel.c
@@ -434,7 +434,7 @@ static struct tegra_dc_sd_settings dalmore_sd_settings = {
.use_vpulse2 = true,
};
-static void __init dalmore_panel_select(void)
+static void dalmore_panel_select(void)
{
struct tegra_panel *panel = NULL;
struct board_info board;
diff --git a/arch/arm/mach-tegra/board-dalmore-sensors.c b/arch/arm/mach-tegra/board-dalmore-sensors.c
index 14bef45f5809..390cdae6e07b 100644
--- a/arch/arm/mach-tegra/board-dalmore-sensors.c
+++ b/arch/arm/mach-tegra/board-dalmore-sensors.c
@@ -1112,7 +1112,7 @@ static void mpuirq_init(void)
ARRAY_SIZE(inv_mpu9150_i2c2_board_info));
}
-static int __init dalmore_nct1008_init(void)
+static int dalmore_nct1008_init(void)
{
int nct1008_port;
int ret = 0;
diff --git a/arch/arm/mach-tegra/board-pluto-panel.c b/arch/arm/mach-tegra/board-pluto-panel.c
index e8178b37bc5b..73dfbbcf5a5e 100644
--- a/arch/arm/mach-tegra/board-pluto-panel.c
+++ b/arch/arm/mach-tegra/board-pluto-panel.c
@@ -367,7 +367,7 @@ static struct tegra_dc_sd_settings pluto_sd_settings = {
.use_vpulse2 = true,
};
-static void __init pluto_panel_select(void)
+static void pluto_panel_select(void)
{
struct tegra_panel *panel;
struct board_info board;