sdhci: remove DMA capability check from controller's PCI Class reg
commit56e71efe44eb06ae1761f43cca70a5f3cc54c0fb
authorFeng Tang <feng.tang@intel.com>
Sat, 29 Sep 2007 06:15:05 +0000 (29 14:15 +0800)
committerPierre Ossman <drzeus@drzeus.cx>
Wed, 3 Oct 2007 16:40:26 +0000 (3 18:40 +0200)
tree3455f99c4e7ae908f044246a4c46abe9f52b07e1
parent2df3b71b2746469b5b344cf7da5facecd4110cc9
sdhci: remove DMA capability check from controller's PCI Class reg

Many host controllers don't fully follow the PCI spec to claim
whether they support DMA in PCI class register. Leave the driver
to judge it from the Capability register, quirks and module parameter

Signed-off-by: Feng Tang <feng.tang@intel.com>
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
drivers/mmc/host/sdhci.c