aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/ucb1x00-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/ucb1x00-core.c b/drivers/mfd/ucb1x00-core.c
index 2bf32721eb53..149810a084f5 100644
--- a/drivers/mfd/ucb1x00-core.c
+++ b/drivers/mfd/ucb1x00-core.c
@@ -203,7 +203,7 @@ void ucb1x00_adc_disable(struct ucb1x00 *ucb)
203 * SIBCLK to talk to the chip. We leave the clock running until 203 * SIBCLK to talk to the chip. We leave the clock running until
204 * we have finished processing all interrupts from the chip. 204 * we have finished processing all interrupts from the chip.
205 */ 205 */
206static irqreturn_t ucb1x00_irq(int irqnr, void *devid, struct pt_regs *regs) 206static irqreturn_t ucb1x00_irq(int irqnr, void *devid)
207{ 207{
208 struct ucb1x00 *ucb = devid; 208 struct ucb1x00 *ucb = devid;
209 struct ucb1x00_irq *irq; 209 struct ucb1x00_irq *irq;