]> git.baikalelectronics.ru Git - kernel.git/commit
i2c-s3c2410: Change IRQ to be plain integer.
authorBen Dooks <ben-linux@fluff.org>
Fri, 31 Oct 2008 16:10:30 +0000 (16:10 +0000)
committerBen Dooks <ben-linux@fluff.org>
Tue, 16 Dec 2008 20:27:28 +0000 (20:27 +0000)
commit4559ddf069e056e9c0b5879fccdbc81f9c4beca3
tree4661e3f0ed2d62ae54026213f0f36f413558f1b7
parentac6ae43358cce71b30dfef0aa3e5519409a92c63
i2c-s3c2410: Change IRQ to be plain integer.

Change the code to use a plain integer as the holder
for the IRQ for the device and use platform_get_irq()
to find it.

This makes the code slightly neater, and easier to get
the IRQ number.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
drivers/i2c/busses/i2c-s3c2410.c