[PATCH] m68k pt_regs fixes, part 2
Fallout from previous patch: - actually add include/asm-m68k/irq_regs.h - missed the prototype of sun3_sched_init() NB: git diff without argumentgs sucks when you've added some files... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
7a39f52202
commit
8dab42a967
|
@ -35,7 +35,7 @@ extern char _text, _end;
|
|||
char sun3_reserved_pmeg[SUN3_PMEGS_NUM];
|
||||
|
||||
extern unsigned long sun3_gettimeoffset(void);
|
||||
extern void sun3_sched_init(irqreturn_t (*handler)(int, void *, struct pt_regs *));
|
||||
extern void sun3_sched_init(irqreturn_t (*handler)(int, void *));
|
||||
extern void sun3_get_model (char* model);
|
||||
extern void idprom_init (void);
|
||||
extern int sun3_hwclk(int set, struct rtc_time *t);
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
#include <asm-generic/irq_regs.h>
|
Loading…
Reference in New Issue