PCI: designware: Make dw_pcie_rd_own_conf(), etc., static
authorBjorn Helgaas <bhelgaas@google.com>
Wed, 9 Oct 2013 15:12:37 +0000 (09:12 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 9 Oct 2013 15:12:37 +0000 (09:12 -0600)
commit73e408508bf6c76d8dc06f044f0e4703a1e27f14
tree52fcad5e3bfd7fb1c646c511896ee5d483858416
parent18edf4512cfa3e3662bdbdfc5f11c2eb20721734
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>
drivers/pci/host/pcie-designware.c
drivers/pci/host/pcie-designware.h