]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/i2c/busses/i2c-omap.c
i2c-omap: fix type of irq handler function
[linux-2.6-omap-h63xx.git] / drivers / i2c / busses / i2c-omap.c
index 96f3bedb27991208edabadcf1c008acbae527ba4..be8ee2cac8bbe237c459fcd497cef8812acea728 100644 (file)
@@ -772,7 +772,7 @@ omap_i2c_probe(struct platform_device *pdev)
        struct omap_i2c_dev     *dev;
        struct i2c_adapter      *adap;
        struct resource         *mem, *irq, *ioarea;
-       void *isr;
+       irq_handler_t isr;
        int r;
        u32 speed = 0;