]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
pci: use pci_ioremap_bar() in drivers/mmc
authorArjan van de Ven <arjan@linux.intel.com>
Sun, 28 Sep 2008 23:15:56 +0000 (16:15 -0700)
committerPierre Ossman <drzeus@drzeus.cx>
Wed, 31 Dec 2008 17:18:11 +0000 (18:18 +0100)
commit092f82edbe96d0a08e1d10436927e89fa101fe0d
tree2b7c6d20051454a0e5e780ef0e9eb2c1449b3dc5
parent6a94cb73064c952255336cc57731904174b2c58f
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>
drivers/mmc/host/sdhci-pci.c