X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fi2c%2Ftwl4030.h;h=aab2ee6779f09b75e96cfd70b55886153a50460c;hb=8b8a2b4ba934390de12075afbbb3391276c22f39;hp=bdfdce7659f01bf784a27376fb66f49ae0caa676;hpb=73f251d3e14edc8ad3a96edc7b3b4157713873bd;p=linux-2.6-omap-h63xx.git diff --git a/include/linux/i2c/twl4030.h b/include/linux/i2c/twl4030.h index bdfdce7659f..aab2ee6779f 100644 --- a/include/linux/i2c/twl4030.h +++ b/include/linux/i2c/twl4030.h @@ -319,17 +319,13 @@ int twl4030_sih_setup(int module); /* TWL4030 GPIO interrupt definitions */ #define TWL4030_GPIO_IRQ_NO(n) (TWL4030_GPIO_IRQ_BASE + (n)) -#define TWL4030_GPIO_IS_ENABLE 1 /* * Exported TWL4030 GPIO APIs * * WARNING -- use standard GPIO and IRQ calls instead; these will vanish. */ -int twl4030_get_gpio_datain(int gpio); -int twl4030_request_gpio(int gpio); int twl4030_set_gpio_debounce(int gpio, int enable); -int twl4030_free_gpio(int gpio); #if defined(CONFIG_TWL4030_BCI_BATTERY) || \ defined(CONFIG_TWL4030_BCI_BATTERY_MODULE)