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 09:07:49 -0500 |
commit | db5bd1e0b505c54ff492172ce4abc245cf6cd639 (patch) | |
tree | b0b4c42c45b52ce9f1f4727a144475071a3f0ac3 /drivers/scsi/Makefile | |
parent | df64d3caab8db6ae17dacd229a03d7689a10c432 (diff) | |
download | linux-3.10-db5bd1e0b505c54ff492172ce4abc245cf6cd639.tar.gz linux-3.10-db5bd1e0b505c54ff492172ce4abc245cf6cd639.tar.bz2 linux-3.10-db5bd1e0b505c54ff492172ce4abc245cf6cd639.zip |
[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 1c7ac49be64..2a3fca2eca6 100644 --- a/drivers/scsi/Makefile +++ b/drivers/scsi/Makefile @@ -163,6 +163,7 @@ scsi_mod-$(CONFIG_SCSI_NETLINK) += scsi_netlink.o scsi_mod-$(CONFIG_SYSCTL) += scsi_sysctl.o scsi_mod-$(CONFIG_SCSI_PROC_FS) += scsi_proc.o scsi_mod-y += scsi_trace.o +scsi_mod-$(CONFIG_PM_OPS) += scsi_pm.o scsi_tgt-y += scsi_tgt_lib.o scsi_tgt_if.o |