diff options
Diffstat (limited to 'arch/powerpc/platforms/powermac/low_i2c.c')
-rw-r--r-- | arch/powerpc/platforms/powermac/low_i2c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/powermac/low_i2c.c b/arch/powerpc/platforms/powermac/low_i2c.c index c2c7cf75dd5f..bfc4829162f1 100644 --- a/arch/powerpc/platforms/powermac/low_i2c.c +++ b/arch/powerpc/platforms/powermac/low_i2c.c | |||
@@ -342,7 +342,7 @@ static void kw_i2c_handle_interrupt(struct pmac_i2c_host_kw *host, u8 isr) | |||
342 | } | 342 | } |
343 | 343 | ||
344 | /* Interrupt handler */ | 344 | /* Interrupt handler */ |
345 | static irqreturn_t kw_i2c_irq(int irq, void *dev_id, struct pt_regs *regs) | 345 | static irqreturn_t kw_i2c_irq(int irq, void *dev_id) |
346 | { | 346 | { |
347 | struct pmac_i2c_host_kw *host = dev_id; | 347 | struct pmac_i2c_host_kw *host = dev_id; |
348 | unsigned long flags; | 348 | unsigned long flags; |