Re: [PATCH -next] mmc: sdhci-omap: Make sdhci_omap_reset static

2019-03-25 Thread Ulf Hansson
On Fri, 22 Mar 2019 at 15:15, Yue Haibing wrote: > > From: YueHaibing > > Fix sparse warning: > > drivers/mmc/host/sdhci-omap.c:788:6: warning: > symbol 'sdhci_omap_reset' was not declared. Should it be static? > > Signed-off-by: YueHaibing Applied for next, thanks! Kind regards Uffe > ---

Re: [PATCH -next] mmc: sdhci-omap: Make sdhci_omap_reset static

2019-03-25 Thread Adrian Hunter
On 22/03/19 4:11 PM, Yue Haibing wrote: > From: YueHaibing > > Fix sparse warning: > > drivers/mmc/host/sdhci-omap.c:788:6: warning: > symbol 'sdhci_omap_reset' was not declared. Should it be static? > > Signed-off-by: YueHaibing Acked-by: Adrian Hunter > --- >

Re: [PATCH -next] mmc: sdhci-omap: Make sdhci_omap_reset static

2019-03-22 Thread Faiz Abbas
Hi, On 22/03/19 7:41 PM, Yue Haibing wrote: > From: YueHaibing > > Fix sparse warning: > > drivers/mmc/host/sdhci-omap.c:788:6: warning: > symbol 'sdhci_omap_reset' was not declared. Should it be static? > > Signed-off-by: YueHaibing Reviewed-by: Faiz Abbas Thanks, Faiz

[PATCH -next] mmc: sdhci-omap: Make sdhci_omap_reset static

2019-03-22 Thread Yue Haibing
From: YueHaibing Fix sparse warning: drivers/mmc/host/sdhci-omap.c:788:6: warning: symbol 'sdhci_omap_reset' was not declared. Should it be static? Signed-off-by: YueHaibing --- drivers/mmc/host/sdhci-omap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git