diff options
Diffstat (limited to 'include/linux')
| -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 @@ | |||
| 12 | #define MMC_CD_GPIO_H | 12 | #define MMC_CD_GPIO_H |
| 13 | 13 | ||
| 14 | struct mmc_host; | 14 | struct mmc_host; |
| 15 | int mmc_cd_gpio_request(struct mmc_host *host, unsigned int gpio, | 15 | int mmc_cd_gpio_request(struct mmc_host *host, unsigned int gpio); |
| 16 | unsigned int irq, unsigned long flags); | ||
| 17 | void mmc_cd_gpio_free(struct mmc_host *host); | 16 | void mmc_cd_gpio_free(struct mmc_host *host); |
| 18 | 17 | ||
| 19 | #endif | 18 | #endif |
