PCI/IA64: SN: remove sn_pci_window_fixup()
authorYijing Wang <wangyijing@huawei.com>
Thu, 6 Jun 2013 07:34:46 +0000 (15:34 +0800)
committerTony Luck <tony.luck@intel.com>
Tue, 18 Jun 2013 16:41:49 +0000 (09:41 -0700)
commitc60fb074c0baef6b0ca259dafe2371a24f3f8c1f
treec3cd8216f76186c5f152517b3664130e933be1d5
parent7d132055814ef17a6c7b69f342244c410a5e000f
PCI/IA64: SN: remove sn_pci_window_fixup()

Currently, pcibios_bus_to_resource() and pcibios_resource_to_bus()
functions use pci_host_bridge_window in pci_host_bridge to translate
bus side to/from cpu side addresses. Pci_window in pci_controller
under IA64 is no used again, so it's no need to use sn_pci_window_fixup()
to setup pci_window again, remove it.

Signed-off-by: Yijing Wang <wangyijing@huawei.com>
Cc: John Keller <jpk@sgi.com>
Cc: Jay Lan <jlan@engr.sgi.com>
Cc: Jack Steiner <steiner@sgi.com>
Cc: Mark Maule <maule@sgi.com>
Cc: Fenghua Yu <fenghua.yu@intel.com>
Cc: linux-ia64@vger.kernel.org
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/sn/kernel/io_init.c