]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
mfd: Remove non exported references from pcf50633
authorBalaji Rao <balajirrao@openmoko.org>
Wed, 14 Jan 2009 12:02:00 +0000 (13:02 +0100)
committerSamuel Ortiz <samuel@sortiz.org>
Thu, 15 Jan 2009 10:50:58 +0000 (11:50 +0100)
Remove references to set_irq_type and handle_level_irq which are not exported
to modules

Signed-off-by: Balaji Rao <balajirrao@openmoko.org>
Signed-off-by: Samuel Ortiz <sameo@openedhand.com>
drivers/mfd/pcf50633-core.c

index 24508e28e3fb87aae68d01d4fd2c8922201aefc0..ea9488e7ad6d60a7d8b80d90083d2cbe83d7beef 100644 (file)
@@ -626,7 +626,6 @@ static int __devinit pcf50633_probe(struct i2c_client *client,
        }
 
        if (client->irq) {
-               set_irq_handler(client->irq, handle_level_irq);
                ret = request_irq(client->irq, pcf50633_irq,
                                IRQF_TRIGGER_LOW, "pcf50633", pcf);