PCI: read revision ID by default
authorAuke Kok <auke-jan.h.kok@intel.com>
Fri, 8 Jun 2007 22:46:30 +0000 (15:46 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 11 Jul 2007 23:02:09 +0000 (16:02 -0700)
commitb8a3a5214d7cc115f1ca3a3967b7229d97c46f4a
tree221d50091530cb442496e09591b3bf7ac06e57b4
parent56906c612e10b5e32a48ccbe8a3c08ab6acf5a28
PCI: read revision ID by default

Currently there are 97 occurrences where drivers need the pci
revision ID. We can do this once for all devices. Even the pci
subsystem needs the revision several times for quirks. The extra
u8 member pads out nicely in the pci_dev struct.

Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/powerpc/kernel/pci_64.c
arch/sparc64/kernel/pci.c
drivers/pci/probe.c
include/linux/pci.h