aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd
diff options
context:
space:
mode:
authorBalaji Rao <balajirrao@openmoko.org>2009-01-14 13:02:00 +0100
committerSamuel Ortiz <samuel@sortiz.org>2009-01-15 11:50:58 +0100
commit9e6f8ed7c3a303d37eb119847dd3029701e37e28 (patch)
tree3f96f92916c3afa21cee05ae459e6e1eed528080 /drivers/mfd
parent5393f780277165f282a37ed82dd878159ec9dad5 (diff)
mfd: Remove non exported references from pcf50633
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>
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/pcf50633-core.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mfd/pcf50633-core.c b/drivers/mfd/pcf50633-core.c
index 24508e28e3f..ea9488e7ad6 100644
--- a/drivers/mfd/pcf50633-core.c
+++ b/drivers/mfd/pcf50633-core.c
@@ -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);