]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/bluetooth/brf6150.c
use gpio_direction_output (OMAP tree only)
[linux-2.6-omap-h63xx.git] / drivers / bluetooth / brf6150.c
index baddb8a6357aa93dac278d2bc4f019bd20665d26..adb947ac2919e7ae36c06613cf216e747803b21b 100644 (file)
@@ -943,8 +943,8 @@ static int __init brf6150_init(void)
                return err;
        }
 
-       omap_set_gpio_direction(info->btinfo->reset_gpio, 0);
-       omap_set_gpio_direction(info->btinfo->bt_wakeup_gpio, 0);
+       gpio_direction_output(info->btinfo->reset_gpio, 0);
+       gpio_direction_output(info->btinfo->bt_wakeup_gpio, 0);
        gpio_direction_input(info->btinfo->host_wakeup_gpio);
        set_irq_type(OMAP_GPIO_IRQ(info->btinfo->host_wakeup_gpio), IRQ_TYPE_NONE);