summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@stericsson.com>2012-04-25 16:34:40 +0200
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-05-22 11:02:49 +0200
commitb6189f922ccf6f08d91ceee87af031e9170eae60 (patch)
tree4b986ff9e6b7f5b65d1da27b5e4d1b6e1aaa895d
parent743dc80d99b5c68a4d054adf32f9a344cfc1cc45 (diff)
ux500: cw1200: Give parent device to wlan initialization
Signed-off-by: Philippe Langlais <philippe.langlais@linaro.org>
-rw-r--r--arch/arm/mach-ux500/board-mop500.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-ux500/board-mop500.c b/arch/arm/mach-ux500/board-mop500.c
index 4200d0a30f6..0f4bd21074b 100644
--- a/arch/arm/mach-ux500/board-mop500.c
+++ b/arch/arm/mach-ux500/board-mop500.c
@@ -1236,7 +1236,7 @@ static void __init mop500_init_machine(void)
mop500_msp_init(parent);
#endif
#if defined(CONFIG_CW1200) || defined(CONFIG_CW1200_MODULE)
- mop500_wlan_init();
+ mop500_wlan_init(parent);
#endif
#ifdef CONFIG_KEYBOARD_NOMADIK_SKE
@@ -1290,7 +1290,7 @@ static void __init snowball_init_machine(void)
mop500_msp_init(parent);
#endif
#if defined(CONFIG_CW1200) || defined(CONFIG_CW1200_MODULE)
- mop500_wlan_init();
+ mop500_wlan_init(parent);
#endif
platform_device_register(&ab8500_device);
@@ -1367,7 +1367,7 @@ static void __init hrefv60_init_machine(void)
mop500_msp_init(parent);
#endif
#if defined(CONFIG_CW1200) || defined(CONFIG_CW1200_MODULE)
- mop500_wlan_init();
+ mop500_wlan_init(parent);
#endif
#ifdef CONFIG_KEYBOARD_NOMADIK_SKE