From: Arjan van de Ven Date: Thu, 23 Oct 2008 21:22:07 +0000 (+0200) Subject: pci: use pci_ioremap_bar() in drivers/ide X-Git-Tag: v2.6.28-rc1~5^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=283435621a21679e02088b5abcce7d15d6d2010a;p=pandora-kernel.git pci: use pci_ioremap_bar() in drivers/ide Use the newly introduced pci_ioremap_bar() function in drivers/ide. 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 Acked-by: Sergei Shtylyov Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed