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)
commite355204ef70181d28544ebb65a64969340ef4822
tree2e670dc520cb55e584e376d0ee3f269e52dc983d
parent5a93f42017a3d1dc7869939d46d4158732227dd7
i2c-omap: fix type of irq handler function

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>
drivers/i2c/busses/i2c-omap.c