aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
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 /drivers
parentwrite-back: fix nr_to_write counter (diff)
parentmfd: Remove non exported references from pcf50633 (diff)
downloadlinux-dev-0d7a063fa7b918d2a61cdd63232286d4131774de.tar.xz
linux-dev-0d7a063fa7b918d2a61cdd63232286d4131774de.zip
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
Diffstat (limited to 'drivers')
-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);