summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx6
diff options
context:
space:
mode:
authorEric Nelson <eric.nelson@boundarydevices.com>2013-06-02 10:48:33 -0700
committerEric Nelson <eric.nelson@boundarydevices.com>2013-09-03 14:09:29 -0700
commitd5d6bdd1271a26ec7596fc641a0530d07158bcb1 (patch)
tree09bcd03cc7971663a95c88cb3640e3445e095842 /arch/arm/mach-mx6
parent6126cda744b192405835038a4d0790437f3cec4d (diff)
nitrogen6x: is_nitrogen6w() is called during init
Diffstat (limited to 'arch/arm/mach-mx6')
-rw-r--r--arch/arm/mach-mx6/board-mx6_nitrogen6x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx6/board-mx6_nitrogen6x.c b/arch/arm/mach-mx6/board-mx6_nitrogen6x.c
index 097bd6df96eb..4338f60c6127 100644
--- a/arch/arm/mach-mx6/board-mx6_nitrogen6x.c
+++ b/arch/arm/mach-mx6/board-mx6_nitrogen6x.c
@@ -160,7 +160,7 @@ struct gpio n6w_wl1271_gpios[] __initdata = {
{.label = "wl1271_wl_en", .gpio = N6_WL1271_WL_EN, .flags = 0},
};
-int is_nitrogen6w(void)
+__init static int is_nitrogen6w(void)
{
int ret = gpio_request_array(n6w_wl1271_gpios,
ARRAY_SIZE(n6w_wl1271_gpios));