diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2009-07-05 14:47:52 +0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2009-07-05 14:47:52 +0400 |
commit | 96ccd4a43a4d80c80be636cd025a69959cf47424 (patch) | |
tree | 8e73da9a77470da66fd9bff9c57fab3fea4c1739 /include/linux/irq.h | |
parent | 8e4a718ff38d8539938ec3421935904c27e00c39 (diff) | |
download | linux-96ccd4a43a4d80c80be636cd025a69959cf47424.tar.xz |
genirq: Remove obsolete defines and typedefs
The defines and typedefs (hw_interrupt_type, no_irq_type, irq_desc_t)
have been kept around for migration reasons. The last users are gone,
remove them.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/linux/irq.h')
-rw-r--r-- | include/linux/irq.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/irq.h b/include/linux/irq.h index cb2e77a3f7f7..6956df9961ab 100644 --- a/include/linux/irq.h +++ b/include/linux/irq.h @@ -220,13 +220,6 @@ static inline struct irq_desc *move_irq_desc(struct irq_desc *desc, int node) extern struct irq_desc *irq_to_desc_alloc_node(unsigned int irq, int node); /* - * Migration helpers for obsolete names, they will go away: - */ -#define hw_interrupt_type irq_chip -#define no_irq_type no_irq_chip -typedef struct irq_desc irq_desc_t; - -/* * Pick up the arch-dependent methods: */ #include <asm/hw_irq.h> |