commit | 36d98e79b798fb27e38b9be4f36c5a96025f9281 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Sun Oct 15 09:19:58 2006 +0100 |
committer | Ralf Baechle <ralf@linux-mips.org> | Thu Oct 19 17:55:13 2006 +0100 |
tree | 30f597c63f71b98648d12f817d35c0b375cc72d1 | |
parent | ba38cdf94285a1fc6a01fd493bdc5304bc83f61e [diff] [blame] |
[MIPS] A few more pt_regs fixups. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/sgi-ip32/ip32-reset.c b/arch/mips/sgi-ip32/ip32-reset.c index fd0932b..db80844 100644 --- a/arch/mips/sgi-ip32/ip32-reset.c +++ b/arch/mips/sgi-ip32/ip32-reset.c
@@ -135,7 +135,7 @@ add_timer(&power_timer); } -static irqreturn_t ip32_rtc_int(int irq, void *dev_id, struct pt_regs *regs) +static irqreturn_t ip32_rtc_int(int irq, void *dev_id) { volatile unsigned char reg_c;