From: Jingoo Han Date: Tue, 17 Sep 2013 05:26:46 +0000 (+0900) Subject: PCI: mvebu: make local functions static X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~49^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5072dfbac053200c8865c4fb15e4f020b7b5d1d;p=pandora-kernel.git PCI: mvebu: make local functions static mvebu_pcie_add_bus(), mvebu_pcie_align_resource() are used only in this file. Thus, these local functions should be staticized in order to fix the following sparse warnings: drivers/pci/host/pci-mvebu.c:684:6: warning: symbol 'mvebu_pcie_add_bus' was not declared. Should it be static? drivers/pci/host/pci-mvebu.c:690:17: warning: symbol 'mvebu_pcie_align_resource' was not declared. Should it be static? Signed-off-by: Jingoo Han Acked-by: Thomas Petazzoni Signed-off-by: Jason Cooper --- Reading git-diff-tree failed