From: Auke Kok Date: Fri, 8 Jun 2007 22:46:30 +0000 (-0700) Subject: PCI: read revision ID by default X-Git-Tag: v2.6.23-rc1~1106^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8a3a5214d7cc115f1ca3a3967b7229d97c46f4a;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed