|
@@ -22,7 +22,6 @@
|
|
|
|
|
|
/**
|
|
|
* handle_bad_irq - handle spurious and unhandled irqs
|
|
|
- * @irq: the interrupt number
|
|
|
* @desc: description of the interrupt
|
|
|
*
|
|
|
* Handles spurious and unhandled IRQ's. It also prints a debugmessage.
|
|
@@ -35,6 +34,7 @@ void handle_bad_irq(struct irq_desc *desc)
|
|
|
kstat_incr_irqs_this_cpu(desc);
|
|
|
ack_bad_irq(irq);
|
|
|
}
|
|
|
+EXPORT_SYMBOL_GPL(handle_bad_irq);
|
|
|
|
|
|
/*
|
|
|
* Special, empty irq handler:
|