Re: [PATCH] sdhci: Make sdhci_disable_irq_wakeups() static

2014-09-02 Thread Ulf Hansson
On 30 August 2014 19:53, Fabio Estevam wrote: > From: Fabio Estevam > > sdhci_disable_irq_wakeups() is exported, but it is not called outside sdhci.c. > > Make it static and do not export it, so that the following sparse warning is > fixed: > > drivers/mmc/host/sdhci.c:2548:6: warning: symbol 'sd

[PATCH] sdhci: Make sdhci_disable_irq_wakeups() static

2014-08-30 Thread Fabio Estevam
From: Fabio Estevam sdhci_disable_irq_wakeups() is exported, but it is not called outside sdhci.c. Make it static and do not export it, so that the following sparse warning is fixed: drivers/mmc/host/sdhci.c:2548:6: warning: symbol 'sdhci_disable_irq_wakeups' was not declared. Should it be sta