Skip to content

Commit

Permalink
mfd: Remove non exported references from pcf50633
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Balaji Rao authored and Samuel Ortiz committed Jan 15, 2009
1 parent 5393f78 commit 9e6f8ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/mfd/pcf50633-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 9e6f8ed

Please sign in to comment.