diff options
Diffstat (limited to 'drivers/ieee1394/ohci1394.c')
-rw-r--r-- | drivers/ieee1394/ohci1394.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/ieee1394/ohci1394.c b/drivers/ieee1394/ohci1394.c index 8fd0030475ba..dea13525df88 100644 --- a/drivers/ieee1394/ohci1394.c +++ b/drivers/ieee1394/ohci1394.c | |||
@@ -2301,8 +2301,7 @@ static void ohci_schedule_iso_tasklets(struct ti_ohci *ohci, | |||
2301 | spin_unlock_irqrestore(&ohci->iso_tasklet_list_lock, flags); | 2301 | spin_unlock_irqrestore(&ohci->iso_tasklet_list_lock, flags); |
2302 | } | 2302 | } |
2303 | 2303 | ||
2304 | static irqreturn_t ohci_irq_handler(int irq, void *dev_id, | 2304 | static irqreturn_t ohci_irq_handler(int irq, void *dev_id) |
2305 | struct pt_regs *regs_are_unused) | ||
2306 | { | 2305 | { |
2307 | quadlet_t event, node_id; | 2306 | quadlet_t event, node_id; |
2308 | struct ti_ohci *ohci = (struct ti_ohci *)dev_id; | 2307 | struct ti_ohci *ohci = (struct ti_ohci *)dev_id; |