i2c-omap: fix type of irq handler function
authorBen Dooks <ben-linux@fluff.org>
Tue, 16 Dec 2008 22:08:08 +0000 (22:08 +0000)
committerBen Dooks <ben-linux@fluff.org>
Tue, 16 Dec 2008 22:08:08 +0000 (22:08 +0000)
The probe function used a pointer to the interrupt
handler to register as a 'void *', change it to the
proper type of irq_handler_t.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>

No differences found