commit | c9dadffbe901bb1d5d54bffbd72ae4ee89a1e08b | [log] [tgz] |
---|---|---|
author | Anton Vorontsov <avorontsov@ru.mvista.com> | Mon Dec 29 19:40:32 2008 +0300 |
committer | Kumar Gala <galak@kernel.crashing.org> | Tue Dec 30 11:14:02 2008 -0600 |
tree | 8c3eb2f4b0928cbfb09a4e6a489c3922c16f5944 | |
parent | 25adde18e6deefa3ed2f84738e1b86f474a539b9 [diff] |
powerpc/fsl_pci: Fix sparse warnings This patch fixes following sparse warnings: CHECK fsl_pci.c fsl_pci.c:32:13: warning: symbol 'setup_pci_atmu' was not declared. Should it be static? fsl_pci.c:89:13: warning: symbol 'setup_pci_cmd' was not declared. Should it be static? fsl_pci.c:133:12: warning: symbol 'fsl_pcie_check_link' was not declared. Should it be static? Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>