]> err.no Git - linux-2.6/blobdiff - drivers/scsi/sata_svw.c
Merge branch 'upstream-fixes' into upstream
[linux-2.6] / drivers / scsi / sata_svw.c
index c94b870cf378af39df82966e20b59b04876fe395..7d0858095e1fed49324d2ac20787e95fc83768ef 100644 (file)
@@ -36,7 +36,6 @@
  *
  */
 
-#include <linux/config.h>
 #include <linux/kernel.h>
 #include <linux/module.h>
 #include <linux/pci.h>
@@ -54,7 +53,7 @@
 #endif /* CONFIG_PPC_OF */
 
 #define DRV_NAME       "sata_svw"
-#define DRV_VERSION    "1.8"
+#define DRV_VERSION    "2.0"
 
 enum {
        /* Taskfile registers offsets */
@@ -429,7 +428,7 @@ static int k2_sata_init_one (struct pci_dev *pdev, const struct pci_device_id *e
        probe_ent->port_ops = &k2_sata_ops;
        probe_ent->n_ports = 4;
        probe_ent->irq = pdev->irq;
-       probe_ent->irq_flags = SA_SHIRQ;
+       probe_ent->irq_flags = IRQF_SHARED;
        probe_ent->mmio_base = mmio_base;
 
        /* We don't care much about the PIO/UDMA masks, but the core won't like us