]> err.no Git - linux-2.6/blobdiff - drivers/scsi/sata_mv.c
Pull xpc-disengage into release branch
[linux-2.6] / drivers / scsi / sata_mv.c
index f97e3afa97d9442e50f3017d24c9aa964f4be9a4..ea76fe44585e8f6b96e6f8ffd6dc6ce6dd558db1 100644 (file)
@@ -699,22 +699,6 @@ static int mv_host_init(struct ata_probe_ent *probe_ent)
        return rc;
 }
 
-/* move to PCI layer, integrate w/ MSI stuff */
-static void pci_intx(struct pci_dev *pdev, int enable)
-{
-       u16 pci_command, new;
-
-       pci_read_config_word(pdev, PCI_COMMAND, &pci_command);
-
-       if (enable)
-               new = pci_command & ~PCI_COMMAND_INTX_DISABLE;
-       else
-               new = pci_command | PCI_COMMAND_INTX_DISABLE;
-
-       if (new != pci_command)
-               pci_write_config_word(pdev, PCI_COMMAND, pci_command);
-}
-
 static int mv_init_one(struct pci_dev *pdev, const struct pci_device_id *ent)
 {
        static int printed_version = 0;