You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07: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 */
|
||||
|
||||
@@ -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