From: Arjan van de Ven Date: Tue, 6 Jan 2009 22:42:56 +0000 (-0800) Subject: pci: use pci_ioremap_bar() in drivers/edac X-Git-Tag: v2.6.29-rc1~242 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1dca00bd028e96d39992f501e9251e0cda499562;p=pandora-kernel.git pci: use pci_ioremap_bar() in drivers/edac Use the newly introduced pci_ioremap_bar() function in drivers/edac. 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: Doug Thompson Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed