]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
i2c: Use pci_ioremap_bar()
authorArjan van de Ven <arjan@infradead.org>
Wed, 22 Oct 2008 18:21:32 +0000 (20:21 +0200)
committerJean Delvare <khali@linux-fr.org>
Wed, 22 Oct 2008 18:21:32 +0000 (20:21 +0200)
commitc7a5f22d1f15a03d0bfed5b1795e3172b6309d86
tree474ad173bc08b239623584b1ff9d4846a46e869a
parent00155a94a691c25d6672c16c8f2cafa7f9a722a3
i2c: Use pci_ioremap_bar()

Use the newly introduced pci_ioremap_bar() function in drivers/i2c.
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>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
drivers/i2c/busses/i2c-hydra.c