On Tue, Apr 17, 2012 at 6:54 AM, H Hartley Sweeten <[email protected]> wrote: > Include the linux/mmc/cd-gpio.h header to pickup the prototypes > for the two exported symbols. > > This quiets the sparse warnings: > > warning: symbol 'mmc_cd_gpio_request' was not declared. Should it be static? > warning: symbol 'mmc_cd_gpio_free' was not declared. Should it be static? > > Signed-off-by: H Hartley Sweeten <[email protected]> > Cc: Chris Ball <[email protected]> > Cc: Guennadi Liakhovetski <[email protected]> > I posted a similar patch on friday. But yours has a more verbose commit log. Acked-by: Venkatraman S <[email protected]>
> --- > > 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> > > -- > To unsubscribe from this list: send the line "unsubscribe linux-mmc" in > the body of a message to [email protected] > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
