|
@@ -93,13 +93,13 @@ static irqreturn_t ip6_action(int cpl, void *dev_id)
|
|
return IRQ_HANDLED;
|
|
return IRQ_HANDLED;
|
|
}
|
|
}
|
|
|
|
|
|
-struct irqaction ip6_irqaction = {
|
|
|
|
|
|
+static struct irqaction ip6_irqaction = {
|
|
.handler = ip6_action,
|
|
.handler = ip6_action,
|
|
.name = "cascade",
|
|
.name = "cascade",
|
|
.flags = IRQF_SHARED | IRQF_NO_THREAD,
|
|
.flags = IRQF_SHARED | IRQF_NO_THREAD,
|
|
};
|
|
};
|
|
|
|
|
|
-struct irqaction cascade_irqaction = {
|
|
|
|
|
|
+static struct irqaction cascade_irqaction = {
|
|
.handler = no_action,
|
|
.handler = no_action,
|
|
.name = "cascade",
|
|
.name = "cascade",
|
|
.flags = IRQF_NO_THREAD,
|
|
.flags = IRQF_NO_THREAD,
|