projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92ba5d0
)
Blackfin pata-bf54x driver: Remove obsolete PM function
author
Sonic Zhang
<sonic.zhang@analog.com>
Wed, 30 Jan 2008 08:43:25 +0000
(16:43 +0800)
committer
Jeff Garzik
<jeff@garzik.org>
Fri, 1 Feb 2008 17:26:40 +0000
(12:26 -0500)
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/ata/pata_bf54x.c
patch
|
blob
|
history
diff --git
a/drivers/ata/pata_bf54x.c
b/drivers/ata/pata_bf54x.c
index
a32e3c4
..
ca62bb7
100644
(file)
--- a/
drivers/ata/pata_bf54x.c
+++ b/
drivers/ata/pata_bf54x.c
@@
-1373,10
+1373,6
@@
static struct scsi_host_template bfin_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 bfin_pata_ops = {