diff options
Diffstat (limited to 'include/linux/mmc/cd-gpio.h')
| -rw-r--r-- | include/linux/mmc/cd-gpio.h | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/mmc/cd-gpio.h b/include/linux/mmc/cd-gpio.h index a8e469783318..cefaba038ccb 100644 --- a/include/linux/mmc/cd-gpio.h +++ b/include/linux/mmc/cd-gpio.h @@ -12,8 +12,7 @@  #define MMC_CD_GPIO_H  struct mmc_host; -int mmc_cd_gpio_request(struct mmc_host *host, unsigned int gpio, -			unsigned int irq, unsigned long flags); +int mmc_cd_gpio_request(struct mmc_host *host, unsigned int gpio);  void mmc_cd_gpio_free(struct mmc_host *host);  #endif  |