X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=drivers%2Fsh%2Fintc%2Fcore.c;h=8e72bcbd3d6d4b4da15f716d74cd89be8906b0a3;hb=bd0b9ac405e1794d72533c3d487aa65b6b955a0c;hp=043419dcee92306eb93c52b6240df0a48071c272;hpb=b237721c5d95082a803c0be686f56d2dd1de995b;p=deliverable%2Flinux.git diff --git a/drivers/sh/intc/core.c b/drivers/sh/intc/core.c index 043419dcee92..8e72bcbd3d6d 100644 --- a/drivers/sh/intc/core.c +++ b/drivers/sh/intc/core.c @@ -65,7 +65,7 @@ void intc_set_prio_level(unsigned int irq, unsigned int level) raw_spin_unlock_irqrestore(&intc_big_lock, flags); } -static void intc_redirect_irq(unsigned int irq, struct irq_desc *desc) +static void intc_redirect_irq(struct irq_desc *desc) { generic_handle_irq((unsigned int)irq_desc_get_handler_data(desc)); }