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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, Jan 23, 2015 at 7:20 AM, Dan Carpenter <dan.carpenter@xxxxxxxxxx> wrote:
> There are two functions call reset() so the allyesconfig breaks.  Let's
> make this one static.
>
> Reported-by: Jim Davis <jim.epost@xxxxxxxxx>
> Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
> ---
> 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/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;
> --

Looks good -- make allyesconfig with next-20150123 builds cleanly with
that patch.  Thanks!

Tested-by: Jim Davis <jim.epost@xxxxxxxxx>
_______________________________________________
devel mailing list
devel@xxxxxxxxxxxxxxxxxxxxxx
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel




[Index of Archives]     [Linux Driver Backports]     [DMA Engine]     [Linux GPIO]     [Linux SPI]     [Video for Linux]     [Linux USB Devel]     [Linux Coverity]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux