From: Arjan van de Ven Date: Wed, 24 Jun 2009 17:34:58 +0000 (+0100) Subject: pci: use pci_ioremap_bar() in drivers/serial X-Git-Tag: v2.6.31-rc1~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24ed3abaa13a9499d7454a1ed9830bb53b689b94;p=pandora-kernel.git pci: use pci_ioremap_bar() in drivers/serial Use the newly introduced pci_ioremap_bar() function in drivers/serial. 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: Andrew Morton Signed-off-by: Alan Cox Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed