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>
This commit is contained in:
Thomas Gleixner
2010-09-30 11:43:08 +02:00
parent 1a8ce7ff68
commit 48b2650196
3 changed files with 20 additions and 38 deletions

View File

@@ -101,7 +101,6 @@ struct irq_cfg {
#endif
};
extern struct irq_cfg *irq_cfg(unsigned int);
extern int assign_irq_vector(int, struct irq_cfg *, const struct cpumask *);
extern void send_cleanup_vector(struct irq_cfg *);