projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f0e417
)
ata/sata_fsl: Remove ata_scsi_suspend/resume callbacks
author
ashish kalra
<ashish.kalra@freescale.com>
Wed, 31 Oct 2007 11:28:04 +0000
(19:28 +0800)
committer
Jeff Garzik
<jeff@garzik.org>
Sat, 3 Nov 2007 12:46:29 +0000
(08:46 -0400)
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>
drivers/ata/sata_fsl.c
patch
|
blob
|
history
diff --git
a/drivers/ata/sata_fsl.c
b/drivers/ata/sata_fsl.c
index c3b0360047354fa59b897dd6f713e0ff25bdb170..d015b4adcfe098402fd9e8b307a829f580e36636 100644
(file)
--- 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 = {