commit | e0d1ec97853fa09cf676dc6b51dafd35db12759e | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben-linux@fluff.org> | Fri Oct 31 16:10:30 2008 +0000 |
committer | Ben Dooks <ben-linux@fluff.org> | Tue Dec 16 20:27:28 2008 +0000 |
tree | 4661e3f0ed2d62ae54026213f0f36f413558f1b7 | |
parent | 692acbd3a866a9f84e18a5980b3a97ca52e501b2 [diff] |
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>