pci: use pci_ioremap_bar() in drivers/video
authorArjan van de Ven <[email protected]>
Tue, 6 Jan 2009 22:42:28 +0000 (14:42 -0800)
committerLinus Torvalds <[email protected]>
Tue, 6 Jan 2009 23:59:26 +0000 (15:59 -0800)
commit3c36aa5ccdf516255ef2eac90dd948da891aa4bd
tree7930059e5ba51e0fe58fd902b3622664dcfee749
parentab5dc372021def8f40b34761babecad0bf868b1c
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 <[email protected]>
Cc: Krzysztof Helt <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/video/aty/aty128fb.c
drivers/video/cyber2000fb.c
drivers/video/geode/gx1fb_core.c
drivers/video/geode/gxfb_core.c
drivers/video/geode/lxfb_core.c
drivers/video/gxt4500.c