aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/fc4
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/fc4')
-rw-r--r--drivers/fc4/soc.c2
-rw-r--r--drivers/fc4/socal.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/fc4/soc.c b/drivers/fc4/soc.c
index 3b07e0ca81cd..b09dfc78e5a2 100644
--- a/drivers/fc4/soc.c
+++ b/drivers/fc4/soc.c
@@ -334,7 +334,7 @@ update_out:
334 } 334 }
335} 335}
336 336
337static irqreturn_t soc_intr(int irq, void *dev_id, struct pt_regs *regs) 337static irqreturn_t soc_intr(int irq, void *dev_id)
338{ 338{
339 u32 cmd; 339 u32 cmd;
340 unsigned long flags; 340 unsigned long flags;
diff --git a/drivers/fc4/socal.c b/drivers/fc4/socal.c
index 2b75edc5859d..a6b1ae256e16 100644
--- a/drivers/fc4/socal.c
+++ b/drivers/fc4/socal.c
@@ -404,7 +404,7 @@ update_out:
404 } 404 }
405} 405}
406 406
407static irqreturn_t socal_intr(int irq, void *dev_id, struct pt_regs *regs) 407static irqreturn_t socal_intr(int irq, void *dev_id)
408{ 408{
409 u32 cmd; 409 u32 cmd;
410 unsigned long flags; 410 unsigned long flags;