|
@@ -1761,6 +1761,7 @@ void free_percpu_irq(unsigned int irq, void __percpu *dev_id)
|
|
|
kfree(__free_percpu_irq(irq, dev_id));
|
|
|
chip_bus_sync_unlock(desc);
|
|
|
}
|
|
|
+EXPORT_SYMBOL_GPL(free_percpu_irq);
|
|
|
|
|
|
/**
|
|
|
* setup_percpu_irq - setup a per-cpu interrupt
|
|
@@ -1832,6 +1833,7 @@ int request_percpu_irq(unsigned int irq, irq_handler_t handler,
|
|
|
|
|
|
return retval;
|
|
|
}
|
|
|
+EXPORT_SYMBOL_GPL(request_percpu_irq);
|
|
|
|
|
|
/**
|
|
|
* irq_get_irqchip_state - returns the irqchip state of a interrupt.
|