commit | 73e408508bf6c76d8dc06f044f0e4703a1e27f14 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Wed Oct 09 09:12:37 2013 -0600 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Wed Oct 09 09:12:37 2013 -0600 |
tree | 52fcad5e3bfd7fb1c646c511896ee5d483858416 | |
parent | 18edf4512cfa3e3662bdbdfc5f11c2eb20721734 [diff] |
PCI: designware: Make dw_pcie_rd_own_conf(), etc., static The following variables and functions are used only in pcie-designware.c, so make them static: global_io_offset dw_pcie_rd_own_conf() dw_pcie_wr_own_conf() dw_pcie_setup() dw_pcie_scan_bus() dw_pcie_map_irq() Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Jingoo Han <jg1.han@samsung.com>