projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5393f78
)
mfd: Remove non exported references from pcf50633
author
Balaji Rao
<balajirrao@openmoko.org>
Wed, 14 Jan 2009 12:02:00 +0000
(13:02 +0100)
committer
Samuel Ortiz
<samuel@sortiz.org>
Thu, 15 Jan 2009 10:50:58 +0000
(11:50 +0100)
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>
drivers/mfd/pcf50633-core.c
patch
|
blob
|
history
diff --git
a/drivers/mfd/pcf50633-core.c
b/drivers/mfd/pcf50633-core.c
index 24508e28e3fb87aae68d01d4fd2c8922201aefc0..ea9488e7ad6d60a7d8b80d90083d2cbe83d7beef 100644
(file)
--- 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);