On Wed, Jan 21, 2015 at 12:02:48PM +0100, Noralf Trønnes wrote: > Add missing static keyword to function reset(). > This was detected by the kbuild test robot. > > Signed-off-by: Noralf Trønnes <notro@xxxxxxxxxxx> > --- > drivers/staging/fbtft/fb_agm1264k-fl.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/staging/fbtft/fb_agm1264k-fl.c b/drivers/staging/fbtft/fb_agm1264k-fl.c > index 7fe4fa0..9cc7d25 100644 > --- a/drivers/staging/fbtft/fb_agm1264k-fl.c > +++ b/drivers/staging/fbtft/fb_agm1264k-fl.c > @@ -89,7 +89,7 @@ static int init_display(struct fbtft_par *par) > return 0; > } > > -void reset(struct fbtft_par *par) > +static void reset(struct fbtft_par *par) > { > if (par->gpio.reset == -1) > return; > -- > 2.2.2 Ick, I already took a different patch that did this same thing, sorry. Also, please fix your email client to not send base64 emails if at all possible. thanks, greg k-h _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel