Loading drivers/scsi/ahci.c +0 −1 Original line number Diff line number Diff line Loading @@ -214,7 +214,6 @@ static struct scsi_host_template ahci_sht = { .dma_boundary = AHCI_DMA_BOUNDARY, .slave_configure = ata_scsi_slave_config, .bios_param = ata_std_bios_param, .ordered_flush = 1, }; static const struct ata_port_operations ahci_ops = { Loading drivers/scsi/ata_piix.c +0 −1 Original line number Diff line number Diff line Loading @@ -185,7 +185,6 @@ static struct scsi_host_template piix_sht = { .dma_boundary = ATA_DMA_BOUNDARY, .slave_configure = ata_scsi_slave_config, .bios_param = ata_std_bios_param, .ordered_flush = 1, }; static const struct ata_port_operations piix_pata_ops = { Loading drivers/scsi/sata_mv.c +0 −1 Original line number Diff line number Diff line Loading @@ -374,7 +374,6 @@ static struct scsi_host_template mv_sht = { .dma_boundary = MV_DMA_BOUNDARY, .slave_configure = ata_scsi_slave_config, .bios_param = ata_std_bios_param, .ordered_flush = 1, }; static const struct ata_port_operations mv5_ops = { Loading drivers/scsi/sata_nv.c +0 −1 Original line number Diff line number Diff line Loading @@ -235,7 +235,6 @@ static struct scsi_host_template nv_sht = { .dma_boundary = ATA_DMA_BOUNDARY, .slave_configure = ata_scsi_slave_config, .bios_param = ata_std_bios_param, .ordered_flush = 1, }; static const struct ata_port_operations nv_ops = { Loading drivers/scsi/sata_promise.c +0 −1 Original line number Diff line number Diff line Loading @@ -114,7 +114,6 @@ static struct scsi_host_template pdc_ata_sht = { .dma_boundary = ATA_DMA_BOUNDARY, .slave_configure = ata_scsi_slave_config, .bios_param = ata_std_bios_param, .ordered_flush = 1, }; static const struct ata_port_operations pdc_sata_ops = { Loading Loading
drivers/scsi/ahci.c +0 −1 Original line number Diff line number Diff line Loading @@ -214,7 +214,6 @@ static struct scsi_host_template ahci_sht = { .dma_boundary = AHCI_DMA_BOUNDARY, .slave_configure = ata_scsi_slave_config, .bios_param = ata_std_bios_param, .ordered_flush = 1, }; static const struct ata_port_operations ahci_ops = { Loading
drivers/scsi/ata_piix.c +0 −1 Original line number Diff line number Diff line Loading @@ -185,7 +185,6 @@ static struct scsi_host_template piix_sht = { .dma_boundary = ATA_DMA_BOUNDARY, .slave_configure = ata_scsi_slave_config, .bios_param = ata_std_bios_param, .ordered_flush = 1, }; static const struct ata_port_operations piix_pata_ops = { Loading
drivers/scsi/sata_mv.c +0 −1 Original line number Diff line number Diff line Loading @@ -374,7 +374,6 @@ static struct scsi_host_template mv_sht = { .dma_boundary = MV_DMA_BOUNDARY, .slave_configure = ata_scsi_slave_config, .bios_param = ata_std_bios_param, .ordered_flush = 1, }; static const struct ata_port_operations mv5_ops = { Loading
drivers/scsi/sata_nv.c +0 −1 Original line number Diff line number Diff line Loading @@ -235,7 +235,6 @@ static struct scsi_host_template nv_sht = { .dma_boundary = ATA_DMA_BOUNDARY, .slave_configure = ata_scsi_slave_config, .bios_param = ata_std_bios_param, .ordered_flush = 1, }; static const struct ata_port_operations nv_ops = { Loading
drivers/scsi/sata_promise.c +0 −1 Original line number Diff line number Diff line Loading @@ -114,7 +114,6 @@ static struct scsi_host_template pdc_ata_sht = { .dma_boundary = ATA_DMA_BOUNDARY, .slave_configure = ata_scsi_slave_config, .bios_param = ata_std_bios_param, .ordered_flush = 1, }; static const struct ata_port_operations pdc_sata_ops = { Loading