Jingoo Han f5072dfbac 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 <jg1.han@samsung.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
2013-10-08 17:57:40 +00:00
..
2013-09-10 23:15:02 +02:00
2013-08-28 20:51:39 -06:00
2013-09-13 15:09:52 +02:00
2013-08-27 01:26:37 +02:00
2013-09-06 13:30:06 -07:00
2013-06-29 12:57:48 +04:00
2013-04-15 10:56:27 -06:00