commit | 0d7a063fa7b918d2a61cdd63232286d4131774de | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Wed Feb 04 07:40:54 2009 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Feb 04 07:40:54 2009 -0800 |
tree | c43c7a5cd2cf556a3978d4af4cb755aa1d4042c7 | |
parent | dcf6a79dda5cc2a2bec183e50d829030c0972aaa [diff] | |
parent | 9e6f8ed7c3a303d37eb119847dd3029701e37e28 [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
diff --git a/drivers/mfd/pcf50633-core.c b/drivers/mfd/pcf50633-core.c index 24508e2..ea9488e 100644 --- a/drivers/mfd/pcf50633-core.c +++ b/drivers/mfd/pcf50633-core.c
@@ -626,7 +626,6 @@ } if (client->irq) { - set_irq_handler(client->irq, handle_level_irq); ret = request_irq(client->irq, pcf50633_irq, IRQF_TRIGGER_LOW, "pcf50633", pcf);