diff options
author | Balaji Rao <balajirrao@openmoko.org> | 2009-01-14 13:02:00 +0100 |
---|---|---|
committer | Samuel Ortiz <samuel@sortiz.org> | 2009-01-15 11:50:58 +0100 |
commit | 9e6f8ed7c3a303d37eb119847dd3029701e37e28 (patch) | |
tree | 3f96f92916c3afa21cee05ae459e6e1eed528080 /drivers/mfd | |
parent | 5393f780277165f282a37ed82dd878159ec9dad5 (diff) | |
download | linux-9e6f8ed7c3a303d37eb119847dd3029701e37e28.tar.gz linux-9e6f8ed7c3a303d37eb119847dd3029701e37e28.tar.bz2 linux-9e6f8ed7c3a303d37eb119847dd3029701e37e28.zip |
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.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mfd/pcf50633-core.c b/drivers/mfd/pcf50633-core.c index 24508e28e3fb..ea9488e7ad6d 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); |