提交 9e6f8ed7 编写于 作者: B Balaji Rao 提交者: Samuel Ortiz

mfd: Remove non exported references from pcf50633

Remove references to set_irq_type and handle_level_irq which are not exported
to modules
Signed-off-by: NBalaji Rao <balajirrao@openmoko.org>
Signed-off-by: NSamuel Ortiz <sameo@openedhand.com>
上级 5393f780
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册