diff options
Diffstat (limited to 'arch/arm/mach-pxa/cm-x300.c')
-rw-r--r-- | arch/arm/mach-pxa/cm-x300.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/arch/arm/mach-pxa/cm-x300.c b/arch/arm/mach-pxa/cm-x300.c index 9ac0225cd51b..e40dc47cf2f1 100644 --- a/arch/arm/mach-pxa/cm-x300.c +++ b/arch/arm/mach-pxa/cm-x300.c | |||
@@ -775,7 +775,6 @@ static struct gpio cm_x300_wi2wi_gpios[] __initdata = { | |||
775 | 775 | ||
776 | static void __init cm_x300_init_wi2wi(void) | 776 | static void __init cm_x300_init_wi2wi(void) |
777 | { | 777 | { |
778 | int bt_reset, wlan_en; | ||
779 | int err; | 778 | int err; |
780 | 779 | ||
781 | if (system_rev < 130) { | 780 | if (system_rev < 130) { |
@@ -791,12 +790,11 @@ static void __init cm_x300_init_wi2wi(void) | |||
791 | } | 790 | } |
792 | 791 | ||
793 | udelay(10); | 792 | udelay(10); |
794 | gpio_set_value(bt_reset, 0); | 793 | gpio_set_value(cm_x300_wi2wi_gpios[1].gpio, 0); |
795 | udelay(10); | 794 | udelay(10); |
796 | gpio_set_value(bt_reset, 1); | 795 | gpio_set_value(cm_x300_wi2wi_gpios[1].gpio, 1); |
797 | 796 | ||
798 | gpio_free(wlan_en); | 797 | gpio_free_array(ARRAY_AND_SIZE(cm_x300_wi2wi_gpios)); |
799 | gpio_free(bt_reset); | ||
800 | } | 798 | } |
801 | 799 | ||
802 | /* MFP */ | 800 | /* MFP */ |