From: Arjan van de Ven Date: Sun, 28 Sep 2008 23:15:56 +0000 (-0700) Subject: pci: use pci_ioremap_bar() in drivers/mmc X-Git-Tag: v2.6.29-rc1~525^2^2~13 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=092f82edbe96d0a08e1d10436927e89fa101fe0d;p=pandora-kernel.git 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 Signed-off-by: Pierre Ossman --- Reading git-diff-tree failed