diff options
Diffstat (limited to 'include/asm-sparc/irq.h')
-rw-r--r-- | include/asm-sparc/irq.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/asm-sparc/irq.h b/include/asm-sparc/irq.h index cee356b0dae3..3141ddfea97d 100644 --- a/include/asm-sparc/irq.h +++ b/include/asm-sparc/irq.h | |||
@@ -7,7 +7,6 @@ | |||
7 | #ifndef _SPARC_IRQ_H | 7 | #ifndef _SPARC_IRQ_H |
8 | #define _SPARC_IRQ_H | 8 | #define _SPARC_IRQ_H |
9 | 9 | ||
10 | #include <linux/config.h> | ||
11 | #include <linux/linkage.h> | 10 | #include <linux/linkage.h> |
12 | #include <linux/threads.h> /* For NR_CPUS */ | 11 | #include <linux/threads.h> /* For NR_CPUS */ |
13 | #include <linux/interrupt.h> | 12 | #include <linux/interrupt.h> |
@@ -17,8 +16,6 @@ | |||
17 | 16 | ||
18 | #define __irq_ino(irq) irq | 17 | #define __irq_ino(irq) irq |
19 | #define __irq_pil(irq) irq | 18 | #define __irq_pil(irq) irq |
20 | BTFIXUPDEF_CALL(char *, __irq_itoa, unsigned int) | ||
21 | #define __irq_itoa(irq) BTFIXUP_CALL(__irq_itoa)(irq) | ||
22 | 19 | ||
23 | #define NR_IRQS 16 | 20 | #define NR_IRQS 16 |
24 | 21 | ||
@@ -184,8 +181,4 @@ extern struct sun4m_intregs *sun4m_interrupts; | |||
184 | #define SUN4M_INT_SBUS(x) (1 << (x+7)) | 181 | #define SUN4M_INT_SBUS(x) (1 << (x+7)) |
185 | #define SUN4M_INT_VME(x) (1 << (x)) | 182 | #define SUN4M_INT_VME(x) (1 << (x)) |
186 | 183 | ||
187 | struct irqaction; | ||
188 | struct pt_regs; | ||
189 | int handle_IRQ_event(unsigned int, struct pt_regs *, struct irqaction *); | ||
190 | |||
191 | #endif | 184 | #endif |