4b46f7951b9cd76531caf6d4d68d687e1b622336 parent 43abe43ce0619d744c7a5bb15cce075e532b53b7 author Thomas Gleixner 1297334193 +0100 committer Thomas Gleixner 1298116686 +0100 genirq: Namespace cleanup The irq namespace has become quite convoluted. My bad. Clean it up and deprecate the old functions. All new functions follow the scheme: irq number based: irq_set/get/xxx/_xxx(unsigned int irq, ...) irq_data based: irq_data_set/get/xxx/_xxx(struct irq_data *d, ....) irq_desc based: irq_desc_get_xxx(struct irq_desc *desc) Signed-off-by: Thomas Gleixner