PCI: mvebu: make local functions static
authorJingoo Han <jg1.han@samsung.com>
Tue, 17 Sep 2013 05:26:46 +0000 (14:26 +0900)
committerJason Cooper <jason@lakedaemon.net>
Tue, 8 Oct 2013 17:57:40 +0000 (17:57 +0000)
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 <jg1.han@samsung.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>

No differences found