Re: [patch] staging: fbtft: fix allyesconfig build

2015-01-23 Thread Jim Davis
On Fri, Jan 23, 2015 at 7:20 AM, Dan Carpenter wrote: > There are two functions call reset() so the allyesconfig breaks. Let's > make this one static. > > Reported-by: Jim Davis > Signed-off-by: Dan Carpenter > --- > Hi Jim, can you test this patch and see if it fixes the build issue? > > diff

[patch] staging: fbtft: fix allyesconfig build

2015-01-23 Thread Dan Carpenter
There are two functions call reset() so the allyesconfig breaks. Let's make this one static. Reported-by: Jim Davis Signed-off-by: Dan Carpenter --- Hi Jim, can you test this patch and see if it fixes the build issue? diff --git a/drivers/staging/fbtft/fb_agm1264k-fl.c b/drivers/staging/fbtft