i2c-s3c2410: Change IRQ to be plain integer.
commit993b3574d79f84ecb61e6fc6f134de95876ef81c
authorBen Dooks <ben-linux@fluff.org>
Fri, 31 Oct 2008 16:10:30 +0000 (31 16:10 +0000)
committerBen Dooks <ben-linux@fluff.org>
Fri, 31 Oct 2008 16:13:50 +0000 (31 16:13 +0000)
treea9bb0d2a866b8481a5fad85684802f3e4fbcd12f
parentcea19cf787da712b512777b23f964bd78cb6c608
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