diff options
Diffstat (limited to 'drivers/ata/sata_fsl.c')
-rw-r--r-- | drivers/ata/sata_fsl.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/ata/sata_fsl.c b/drivers/ata/sata_fsl.c index c3b036004735..d015b4adcfe0 100644 --- a/drivers/ata/sata_fsl.c +++ b/drivers/ata/sata_fsl.c | |||
@@ -1223,10 +1223,6 @@ static struct scsi_host_template sata_fsl_sht = { | |||
1223 | .slave_configure = ata_scsi_slave_config, | 1223 | .slave_configure = ata_scsi_slave_config, |
1224 | .slave_destroy = ata_scsi_slave_destroy, | 1224 | .slave_destroy = ata_scsi_slave_destroy, |
1225 | .bios_param = ata_std_bios_param, | 1225 | .bios_param = ata_std_bios_param, |
1226 | #ifdef CONFIG_PM | ||
1227 | .suspend = ata_scsi_device_suspend, | ||
1228 | .resume = ata_scsi_device_resume, | ||
1229 | #endif | ||
1230 | }; | 1226 | }; |
1231 | 1227 | ||
1232 | static const struct ata_port_operations sata_fsl_ops = { | 1228 | static const struct ata_port_operations sata_fsl_ops = { |