commit | 0b10f478d2ad93b3808d018327465aaab77c8d2b | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@freescale.com> | Sat Aug 30 14:53:13 2014 -0300 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Tue Sep 09 13:59:22 2014 +0200 |
tree | 5c4bc93b904a9f6ee9891ba5e3f5a68be0a18272 | |
parent | 03d6f5ffc5c469e66bfe0a7d8120d29d4c3c07c9 [diff] |
sdhci: Make sdhci_disable_irq_wakeups() static 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 static? Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>