summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2009-02-04 07:40:54 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2009-02-04 07:40:54 -0800
commit0d7a063fa7b918d2a61cdd63232286d4131774de (patch)
treec43c7a5cd2cf556a3978d4af4cb755aa1d4042c7
parentdcf6a79dda5cc2a2bec183e50d829030c0972aaa (diff)
parent9e6f8ed7c3a303d37eb119847dd3029701e37e28 (diff)
Merge branch 'for-linus' of git://git.o-hand.com/linux-mfd
* 'for-linus' of git://git.o-hand.com/linux-mfd: mfd: Remove non exported references from pcf50633
-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 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);