Re: [PATCH 1/4] powerpc/fsl_pci: Fix sparse warnings
From: Kumar Gala <hidden>
Date: 2008-12-30 17:21:10
From: Kumar Gala <hidden>
Date: 2008-12-30 17:21:10
On Dec 29, 2008, at 10:40 AM, Anton Vorontsov wrote:
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 <redacted> --- arch/powerpc/sysdev/fsl_pci.c | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-)
applied to next - k