Sfoglia il codice sorgente

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: Balaji Rao <balajirrao@openmoko.org>
Signed-off-by: Samuel Ortiz <sameo@openedhand.com>
Balaji Rao 16 anni fa
parent
commit
9e6f8ed7c3
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      drivers/mfd/pcf50633-core.c

+ 0 - 1
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);