diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/irq.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/irq.h b/include/linux/irq.h index c03243ad84b4..06273a2a17e7 100644 --- a/include/linux/irq.h +++ b/include/linux/irq.h | |||
@@ -106,7 +106,6 @@ struct msi_desc; | |||
106 | * @bus_sync_unlock: function to sync and unlock slow bus (i2c) chips | 106 | * @bus_sync_unlock: function to sync and unlock slow bus (i2c) chips |
107 | * | 107 | * |
108 | * @release: release function solely used by UML | 108 | * @release: release function solely used by UML |
109 | * @typename: obsoleted by name, kept as migration helper | ||
110 | */ | 109 | */ |
111 | struct irq_chip { | 110 | struct irq_chip { |
112 | const char *name; | 111 | const char *name; |
@@ -135,11 +134,6 @@ struct irq_chip { | |||
135 | #ifdef CONFIG_IRQ_RELEASE_METHOD | 134 | #ifdef CONFIG_IRQ_RELEASE_METHOD |
136 | void (*release)(unsigned int irq, void *dev_id); | 135 | void (*release)(unsigned int irq, void *dev_id); |
137 | #endif | 136 | #endif |
138 | /* | ||
139 | * For compatibility, ->typename is copied into ->name. | ||
140 | * Will disappear. | ||
141 | */ | ||
142 | const char *typename; | ||
143 | }; | 137 | }; |
144 | 138 | ||
145 | struct timer_rand_state; | 139 | struct timer_rand_state; |