|
@@ -418,10 +418,10 @@ irq_hw_number_t virq_to_hw(unsigned int virq)
|
|
|
}
|
|
|
EXPORT_SYMBOL_GPL(virq_to_hw);
|
|
|
|
|
|
-struct irq_host *irq_alloc_host(unsigned int revmap_type,
|
|
|
- unsigned int revmap_arg,
|
|
|
- struct irq_host_ops *ops,
|
|
|
- irq_hw_number_t inval_irq)
|
|
|
+__init_refok struct irq_host *irq_alloc_host(unsigned int revmap_type,
|
|
|
+ unsigned int revmap_arg,
|
|
|
+ struct irq_host_ops *ops,
|
|
|
+ irq_hw_number_t inval_irq)
|
|
|
{
|
|
|
struct irq_host *host;
|
|
|
unsigned int size = sizeof(struct irq_host);
|