diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-02-04 16:40:54 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-02-04 16:40:54 +0100 |
commit | 0d7a063fa7b918d2a61cdd63232286d4131774de (patch) | |
tree | c43c7a5cd2cf556a3978d4af4cb755aa1d4042c7 /drivers | |
parent | write-back: fix nr_to_write counter (diff) | |
parent | mfd: Remove non exported references from pcf50633 (diff) | |
download | linux-0d7a063fa7b918d2a61cdd63232286d4131774de.tar.xz linux-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.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); |