x86 pci: remove checking type for mmconfig probe
authorYinghai Lu <Yinghai.Lu@Sun.COM>
Fri, 29 Feb 2008 07:56:50 +0000 (23:56 -0800)
committerIngo Molnar <mingo@elte.hu>
Sat, 26 Apr 2008 21:41:04 +0000 (23:41 +0200)
commitbb63b4219976d48ed6d22ac33c18be334fb5a78c
treefd63e9c86b43f246a1f7011881540718118890c9
parentd2ebdf4bae4f1d7c30e71fd74f270ca4cda024fc
x86 pci: remove checking type for mmconfig probe

doesn't need to check if it is type1 or type2, we can use raw_pci_ops
directly.

also make pci_direct_conf1 static again.

anyway is there system with type 2 and mmconf support?

Signed-off-by: Yinghai Lu <yinghai.lu@sun.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/pci/direct.c
arch/x86/pci/init.c
arch/x86/pci/mmconfig-shared.c
include/linux/pci.h