commit | e355204ef70181d28544ebb65a64969340ef4822 | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben-linux@fluff.org> | Tue Dec 16 22:08:08 2008 +0000 |
committer | Ben Dooks <ben-linux@fluff.org> | Tue Dec 16 22:08:08 2008 +0000 |
tree | 2e670dc520cb55e584e376d0ee3f269e52dc983d | |
parent | 5a93f42017a3d1dc7869939d46d4158732227dd7 [diff] |
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>