From: Sergei Shtylyov Date: Mon, 28 Feb 2011 19:57:33 +0000 (-0800) Subject: net: use pci_dev->revision, again X-Git-Url: http://bbs.cooldavid.org/git/?p=jme.git;a=commitdiff_plain;h=6db67aa551e6a99f5c564b4d49a66f7915c1e0c6;hp=6db67aa551e6a99f5c564b4d49a66f7915c1e0c6 net: use pci_dev->revision, again Several more network drivers that read the device's revision ID from the PCI configuration register were merged after the commit 44c10138fd4bbc4b6d6bff0873c24902f2a9da65 (PCI: Change all drivers to use pci_device->revision), so it's time to do another pass of conversion to using the 'revision' field of 'struct pci_dev'... Signed-off-by: Sergei Shtylyov Acked-by: "John W. Linville" Signed-off-by: David S. Miller ---