diff options
| author | Michal Simek <[email protected]> | 2021-07-09 05:53:44 -0600 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2021-07-26 09:18:45 +0200 |
| commit | 419b4a86f784c819c520d88658799cb71063f87e (patch) | |
| tree | 7c3a2da051e656530821c0b174a501cf531f3be3 /scripts | |
| parent | c0436fcf1a5af15e5035cea71e39d3610fdecc35 (diff) | |
mmc: zynq_sdhci: Make variables/structure static
All these variables/structure are local and should be static.
Issues are reported by sparse:
drivers/mmc/zynq_sdhci.c:49:11: warning: symbol 'zynqmp_iclk_phases' was not declared. Should it be static?
drivers/mmc/zynq_sdhci.c:50:11: warning: symbol 'zynqmp_oclk_phases' was not declared. Should it be static?
drivers/mmc/zynq_sdhci.c:53:11: warning: symbol 'versal_iclk_phases' was not declared. Should it be static?
drivers/mmc/zynq_sdhci.c:54:11: warning: symbol 'versal_oclk_phases' was not declared. Should it be static?
drivers/mmc/zynq_sdhci.c:546:24: warning: symbol 'arasan_ops' was not declared. Should it be static?
Signed-off-by: Michal Simek <[email protected]>
Signed-off-by: Ashok Reddy Soma <[email protected]>
Reviewed-by: Jaehoon Chung <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
