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