commit | fe21221386e46b8e0f2cbd83559a29680c28473b | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Fri Oct 08 15:33:01 2010 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Fri Oct 08 15:37:00 2010 +0200 |
tree | c3a5dab03b1414c0b91916e04b3c6ff5fc510803 | |
parent | bd151412263a67b5321e9dd1d5b4bf6d96fdebf3 [diff] |
mfd: twl4030: Fix dummy irq chip usage The twl irqchip uses the dummy irq chip ack functions, which is NULL now. Switch it over to use irq_ack. Reported-and-tested-by: Grazvydas Ignotas <notasas@gmail.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>