diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2014-05-07 11:44:17 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2014-05-16 08:05:21 -0400 |
commit | e8784e4f9a578344023ae4e08a509b7c5eab5eb0 (patch) | |
tree | 0e3a98d67b7eb3e4dd2c8d4f517579fdd3c15524 /include/linux/irq.h | |
parent | b26d851ff1928b56242c4c5e16cb62bac2d9526c (diff) |
genirq: Make create/destroy_irq() ia64 private
No more users outside of itanic. Confine it.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Grant Likely <grant.likely@linaro.org>
Tested-by: Tony Luck <tony.luck@intel.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Fenghua Yu <fenghua.yu@intel.com>
Link: http://lkml.kernel.org/r/20140507154338.700598389@linutronix.de
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/linux/irq.h')
-rw-r--r-- | include/linux/irq.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/irq.h b/include/linux/irq.h index 7549ed59d3d4..ac9634286f42 100644 --- a/include/linux/irq.h +++ b/include/linux/irq.h | |||
@@ -525,10 +525,6 @@ static inline void irq_set_percpu_devid_flags(unsigned int irq) | |||
525 | IRQ_NOPROBE | IRQ_PER_CPU_DEVID); | 525 | IRQ_NOPROBE | IRQ_PER_CPU_DEVID); |
526 | } | 526 | } |
527 | 527 | ||
528 | /* Handle dynamic irq creation and destruction */ | ||
529 | extern int create_irq(void); | ||
530 | extern void destroy_irq(unsigned int irq); | ||
531 | |||
532 | /* | 528 | /* |
533 | * Dynamic irq helper functions. Obsolete. Use irq_alloc_desc* and | 529 | * Dynamic irq helper functions. Obsolete. Use irq_alloc_desc* and |
534 | * irq_free_desc instead. | 530 | * irq_free_desc instead. |