From: ashish kalra Date: Wed, 31 Oct 2007 11:28:04 +0000 (+0800) Subject: ata/sata_fsl: Remove ata_scsi_suspend/resume callbacks X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=aa91c72566a5a6d52f11b2f8d98bcf1774eeccfd;p=powerpc.git ata/sata_fsl: Remove ata_scsi_suspend/resume callbacks Signed-off-by: ashish kalra Signed-off-by: Li Yang Signed-off-by: Jeff Garzik --- diff --git a/drivers/ata/sata_fsl.c b/drivers/ata/sata_fsl.c index c3b0360047..d015b4adcf 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 = { .slave_configure = ata_scsi_slave_config, .slave_destroy = ata_scsi_slave_destroy, .bios_param = ata_std_bios_param, -#ifdef CONFIG_PM - .suspend = ata_scsi_device_suspend, - .resume = ata_scsi_device_resume, -#endif }; static const struct ata_port_operations sata_fsl_ops = {