From: Ben Dooks Date: Tue, 16 Dec 2008 22:08:08 +0000 (+0000) Subject: i2c-omap: fix type of irq handler function X-Git-Tag: v2.6.29-rc1~497^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e355204ef70181d28544ebb65a64969340ef4822;p=pandora-kernel.git 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 --- Reading git-diff-tree failed