]> Pileus Git - ~andy/linux/blobdiff - drivers/ata/pata_scc.c
devres: release resources on device_del()
[~andy/linux] / drivers / ata / pata_scc.c
index 45866098fbf9f1c78e6584764ac104baad5b6073..f3ed141fdc0ea59554473ea2030bdb5fd9160f1d 100644 (file)
@@ -984,8 +984,10 @@ static struct scsi_host_template scc_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 const struct ata_port_operations scc_pata_ops = {