]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/bluetooth/hci_h4p/core.c
use gpio_direction_output (OMAP tree only)
[linux-2.6-omap-h63xx.git] / drivers / bluetooth / hci_h4p / core.c
index 4c97c76c61294927d74a46cc6230c8b3315f2576..3bf7c211d37d577a5c403936624aa22d3b14a604 100644 (file)
@@ -852,8 +852,8 @@ static int hci_h4p_probe(struct platform_device *pdev)
                goto cleanup;
        }
 
-       omap_set_gpio_direction(info->reset_gpio, 0);
-       omap_set_gpio_direction(info->bt_wakeup_gpio, 0);
+       gpio_direction_output(info->reset_gpio, 0);
+       gpio_direction_output(info->bt_wakeup_gpio, 0);
        gpio_direction_input(info->host_wakeup_gpio);
 
        switch (bt_config->bt_uart) {