aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/hw_irq.h
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2010-09-30 05:43:08 -0400
committerThomas Gleixner <tglx@linutronix.de>2010-10-12 10:53:43 -0400
commit48b2650196364e4ef124efb841b63c2326e4ccb2 (patch)
tree012d6cac76a83e002f73ba0ad6813b1269147a1c /arch/x86/include/asm/hw_irq.h
parent1a8ce7ff68d777195da2d340561bda610e533a64 (diff)
x86: uv: Clean up the direct access to irq_desc
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/include/asm/hw_irq.h')
-rw-r--r--arch/x86/include/asm/hw_irq.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/hw_irq.h b/arch/x86/include/asm/hw_irq.h
index e756c4bfed94..d5905fd8ba41 100644
--- a/arch/x86/include/asm/hw_irq.h
+++ b/arch/x86/include/asm/hw_irq.h
@@ -101,7 +101,6 @@ struct irq_cfg {
101#endif 101#endif
102}; 102};
103 103
104extern struct irq_cfg *irq_cfg(unsigned int);
105extern int assign_irq_vector(int, struct irq_cfg *, const struct cpumask *); 104extern int assign_irq_vector(int, struct irq_cfg *, const struct cpumask *);
106extern void send_cleanup_vector(struct irq_cfg *); 105extern void send_cleanup_vector(struct irq_cfg *);
107 106