summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;