Commit 33c66012 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Linus Torvalds

[PATCH] M68k IRQ API updates [12/20]

M68k Sun-3x: Update to the new irq API (from Roman Zippel and me) [12/20]
parent 07843e17
...@@ -90,7 +90,7 @@ static void sun3x_timer_tick(int irq, void *dev_id, struct pt_regs *regs) ...@@ -90,7 +90,7 @@ static void sun3x_timer_tick(int irq, void *dev_id, struct pt_regs *regs)
} }
#endif #endif
void __init sun3x_sched_init(void (*vector)(int, void *, struct pt_regs *)) void __init sun3x_sched_init(irqreturn_t (*vector)(int, void *, struct pt_regs *))
{ {
sun3_disable_interrupts(); sun3_disable_interrupts();
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
extern int sun3x_hwclk(int set, struct rtc_time *t); extern int sun3x_hwclk(int set, struct rtc_time *t);
unsigned long sun3x_gettimeoffset (void); unsigned long sun3x_gettimeoffset (void);
void sun3x_sched_init(void (*vector)(int, void *, struct pt_regs *)); void sun3x_sched_init(irqreturn_t (*vector)(int, void *, struct pt_regs *));
struct mostek_dt { struct mostek_dt {
volatile unsigned char csr; volatile unsigned char csr;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment