diff options
author | ashish kalra <ashish.kalra@freescale.com> | 2007-10-31 07:28:04 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-11-03 08:46:29 -0400 |
commit | aa91c72566a5a6d52f11b2f8d98bcf1774eeccfd (patch) | |
tree | 14d53b51d9c7ae5dba4c21c7096b6403339dc276 /drivers/ata/sata_fsl.c | |
parent | 1f0e4175ae0c38b9e4cb62b7a700ba0b60aa3281 (diff) |
ata/sata_fsl: Remove ata_scsi_suspend/resume callbacks
Signed-off-by: ashish kalra <ashish.kalra@freescale.com>
Signed-off-by: Li Yang <leoli@freescale.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
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 = { |