]> git.baikalelectronics.ru Git - kernel.git/commit
pci: use pci_ioremap_bar() in drivers/video
authorArjan van de Ven <arjan@linux.intel.com>
Tue, 6 Jan 2009 22:42:28 +0000 (14:42 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 6 Jan 2009 23:59:26 +0000 (15:59 -0800)
commit738f6cfa1ce13ab1ed9e275e2f29a9e3a27438dc
tree7930059e5ba51e0fe58fd902b3622664dcfee749
parentbc0eab998ee866772691668e35b86ceee19fc485
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 <arjan@linux.intel.com>
Cc: Krzysztof Helt <krzysztof.h1@poczta.fm>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
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