diff options
author | Alan Stern <stern@rowland.harvard.edu> | 2010-06-17 10:36:49 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2010-07-28 10:07:49 -0400 |
commit | db5bd1e0b505c54ff492172ce4abc245cf6cd639 (patch) | |
tree | b0b4c42c45b52ce9f1f4727a144475071a3f0ac3 /drivers/scsi/Makefile | |
parent | df64d3caab8db6ae17dacd229a03d7689a10c432 (diff) |
[SCSI] convert to the new PM framework
This patch (as1397b) converts the SCSI midlayer to use the new PM
callbacks (struct dev_pm_ops). A new source file, scsi_pm.c, is
created to hold the new callback routines, and the existing
suspend/resume code is moved there.
Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/Makefile')
-rw-r--r-- | drivers/scsi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/Makefile b/drivers/scsi/Makefile index 1c7ac49be649..2a3fca2eca6a 100644 --- a/drivers/scsi/Makefile +++ b/drivers/scsi/Makefile | |||
@@ -163,6 +163,7 @@ scsi_mod-$(CONFIG_SCSI_NETLINK) += scsi_netlink.o | |||
163 | scsi_mod-$(CONFIG_SYSCTL) += scsi_sysctl.o | 163 | scsi_mod-$(CONFIG_SYSCTL) += scsi_sysctl.o |
164 | scsi_mod-$(CONFIG_SCSI_PROC_FS) += scsi_proc.o | 164 | scsi_mod-$(CONFIG_SCSI_PROC_FS) += scsi_proc.o |
165 | scsi_mod-y += scsi_trace.o | 165 | scsi_mod-y += scsi_trace.o |
166 | scsi_mod-$(CONFIG_PM_OPS) += scsi_pm.o | ||
166 | 167 | ||
167 | scsi_tgt-y += scsi_tgt_lib.o scsi_tgt_if.o | 168 | scsi_tgt-y += scsi_tgt_lib.o scsi_tgt_if.o |
168 | 169 | ||