]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/arm/mach-tegra/board-paz00.c
Merge remote-tracking branch 'omap/for-next'
[karo-tx-linux.git] / arch / arm / mach-tegra / board-paz00.c
index bb4782a32713132fc09675fc7450e98ef6f66c51..49d1110cff5341954e3d980d003fda4f516138f0 100644 (file)
@@ -17,7 +17,7 @@
  *
  */
 
-#include <linux/gpio/driver.h>
+#include <linux/gpio/machine.h>
 #include <linux/platform_device.h>
 #include <linux/rfkill-gpio.h>
 
@@ -39,8 +39,8 @@ static struct platform_device wifi_rfkill_device = {
 static struct gpiod_lookup_table wifi_gpio_lookup = {
        .dev_id = "rfkill_gpio",
        .table = {
-               GPIO_LOOKUP_IDX("tegra-gpio", 25, NULL, 0, 0),
-               GPIO_LOOKUP_IDX("tegra-gpio", 85, NULL, 1, 0),
+               GPIO_LOOKUP("tegra-gpio", 25, "reset", 0),
+               GPIO_LOOKUP("tegra-gpio", 85, "shutdown", 0),
                { },
        },
 };