diff options
author | Jingoo Han <jg1.han@samsung.com> | 2013-09-17 09:26:46 +0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2013-10-08 21:57:40 +0400 |
commit | f5072dfbac053200c8865c4fb15e4f020b7b5d1d (patch) | |
tree | 6cacac866c00895593bbf0d3e35706c2dc3c5c7d /drivers/dma | |
parent | 032b4c0cc321b7b14e4035997f6debd1b42cdbe2 (diff) | |
download | linux-f5072dfbac053200c8865c4fb15e4f020b7b5d1d.tar.xz |
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>
Diffstat (limited to 'drivers/dma')
0 files changed, 0 insertions, 0 deletions