commit | 092f82edbe96d0a08e1d10436927e89fa101fe0d | [log] [tgz] |
---|---|---|
author | Arjan van de Ven <arjan@linux.intel.com> | Sun Sep 28 16:15:56 2008 -0700 |
committer | Pierre Ossman <drzeus@drzeus.cx> | Wed Dec 31 18:18:11 2008 +0100 |
tree | 2b7c6d20051454a0e5e780ef0e9eb2c1449b3dc5 | |
parent | 6a94cb73064c952255336cc57731904174b2c58f [diff] |
pci: use pci_ioremap_bar() in drivers/mmc Use the new pci_ioremap_bar() function in drivers/mmc. pci_ioremap_bar() just takes a pci device and a bar number, with the goal of making it really hard to get wrong, while also having a central place to stick sanity checks. Signed-off-by: Arjan van de Ven <arjan@linux.intel.com> Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>