diff options
| author | Thomas Gleixner <[email protected]> | 2014-05-07 15:44:12 +0000 |
|---|---|---|
| committer | Thomas Gleixner <[email protected]> | 2014-05-16 14:05:20 +0200 |
| commit | 54859f59fc18e5c104a4095420b3fcef8bc3ae63 (patch) | |
| tree | 9bb8207b33a66f5ab7d1ceadeed8ffc01e1544a1 /include/linux | |
| parent | fd5d8abf8bdf9519f40058b5cd24b6ab37b214b4 (diff) | |
x86: Remove create/destroy_irq()
No more users. Remove the cruft
Signed-off-by: Thomas Gleixner <[email protected]>
Reviewed-by: Grant Likely <[email protected]>
Cc: Tony Luck <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Thomas Gleixner <[email protected]>
Diffstat (limited to 'include/linux')
| -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 c75dd161d37f..7549ed59d3d4 100644 --- a/include/linux/irq.h +++ b/include/linux/irq.h @@ -526,12 +526,8 @@ static inline void irq_set_percpu_devid_flags(unsigned int irq) } /* Handle dynamic irq creation and destruction */ -extern unsigned int create_irq_nr(unsigned int irq_want, int node); -extern unsigned int __create_irqs(unsigned int from, unsigned int count, - int node); extern int create_irq(void); extern void destroy_irq(unsigned int irq); -extern void destroy_irqs(unsigned int irq, unsigned int count); /* * Dynamic irq helper functions. Obsolete. Use irq_alloc_desc* and |