mirror of
https://github.com/torvalds/linux.git
synced 2026-09-15 15:01:08 -04:00
sh: Updates for IRQ handler changes.
Trivial fixes for build breakage introduced by IRQ handler changes. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
#ifndef __ASM_SH_HW_IRQ_H
|
||||
#define __ASM_SH_HW_IRQ_H
|
||||
|
||||
#include <asm/atomic.h>
|
||||
|
||||
extern atomic_t irq_err_count;
|
||||
|
||||
#endif /* __ASM_SH_HW_IRQ_H */
|
||||
|
||||
1
include/asm-sh/irq_regs.h
Normal file
1
include/asm-sh/irq_regs.h
Normal file
@@ -0,0 +1 @@
|
||||
#include <asm-generic/irq_regs.h>
|
||||
@@ -36,7 +36,6 @@ static inline unsigned long get_timer_offset(void)
|
||||
struct sys_timer *get_sys_timer(void);
|
||||
|
||||
/* arch/sh/kernel/time.c */
|
||||
void handle_timer_tick(struct pt_regs *);
|
||||
void handle_timer_tick(void);
|
||||
|
||||
#endif /* __ASM_SH_TIMER_H */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user