From: Sergei Shtylyov Date: Thu, 17 Mar 2011 20:46:17 +0000 (-0400) Subject: mmc: use pci_dev->revision X-Git-Tag: v2.6.39-rc1~1^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf5e23e1c27af4291cf90020c295756ba4dcf326;p=pandora-kernel.git mmc: use pci_dev->revision The SDHCI driver uses PCI_CLASS_REVISION instead of PCI_REVISION_ID, so it was not converted by commit 44c10138fd4bbc4b6d6bff0873c24902f2a9da65 (PCI: Change all drivers to use pci_device->revision). The newer VIA driver has similar code too. This patch converts both drivers to use the 'revision' field of 'struct pci_dev'. Signed-off-by: Sergei Shtylyov Acked-by: Harald Welte Signed-off-by: Chris Ball --- Reading git-diff-tree failed