From: Arjan van de Ven Date: Tue, 21 Oct 2008 09:17:51 +0000 (+0200) Subject: UIO: use pci_ioremap_bar() in drivers/uio X-Git-Tag: v2.6.29-rc1~229^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7898aa5c39d159684dad15bab1150b8e77c7aed6;p=pandora-kernel.git UIO: use pci_ioremap_bar() in drivers/uio Use the newly introduced pci_ioremap_bar() function in drivers/uio. 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: Hans J. Koch Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed