]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/scsi/mvme147.c
phy layer: fix phy_mii_ioctl for autonegotiation
[linux-2.6-omap-h63xx.git] / drivers / scsi / mvme147.c
index 9b991b746d1ef676e2597ff8ec515e996093f3fa..be41aadccae569918dd7259c5290133bd1cf3997 100644 (file)
@@ -1,7 +1,6 @@
 #include <linux/types.h>
 #include <linux/mm.h>
 #include <linux/blkdev.h>
-#include <linux/sched.h>
 #include <linux/interrupt.h>
 
 #include <asm/page.h>
@@ -20,7 +19,7 @@
 
 static struct Scsi_Host *mvme147_host = NULL;
 
-static irqreturn_t mvme147_intr (int irq, void *dummy, struct pt_regs *fp)
+static irqreturn_t mvme147_intr (int irq, void *dummy)
 {
     if (irq == MVME147_IRQ_SCSI_PORT)
        wd33c93_intr (mvme147_host);