libata: reimplement suspend/resume support using sdev->manage_start_stop
[deliverable/linux.git] / drivers / ata / pata_amd.c
index 67c7e87dec042417bf33e426091216570012d075..86a26186739c13cf7ae5e08aa332563b62c5b4c2 100644 (file)
@@ -324,10 +324,6 @@ static struct scsi_host_template amd_sht = {
        .slave_configure        = ata_scsi_slave_config,
        .slave_destroy          = ata_scsi_slave_destroy,
        .bios_param             = ata_std_bios_param,
-#ifdef CONFIG_PM
-       .resume                 = ata_scsi_device_resume,
-       .suspend                = ata_scsi_device_suspend,
-#endif
 };
 
 static struct ata_port_operations amd33_port_ops = {
This page took 0.023527 seconds and 5 git commands to generate.