Include the corresponding header file in cd-gpio.c for prototype consistency. This gets rid of some sparse warnings. Signed-off-by: Venkatraman S <svenkatr@xxxxxx> --- drivers/mmc/core/cd-gpio.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mmc/core/cd-gpio.c b/drivers/mmc/core/cd-gpio.c index 29de31e..da7c3f9 100644 --- a/drivers/mmc/core/cd-gpio.c +++ b/drivers/mmc/core/cd-gpio.c @@ -13,6 +13,7 @@ #include <linux/interrupt.h> #include <linux/jiffies.h> #include <linux/mmc/host.h> +#include <linux/mmc/cd-gpio.h> #include <linux/module.h> #include <linux/slab.h> -- 1.7.10.rc2 -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html