commit | 33139b21013aba815924b421159fab35e5175483 | [log] [tgz] |
---|---|---|
author | Jiri Slaby <jirislaby@gmail.com> | Thu May 01 17:56:02 2008 +0200 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Fri May 02 13:07:56 2008 -0500 |
tree | 811badce2706e6be25ba15f2467acb6db3552eca | |
parent | 655d722cf7812078306f975a3afe88b96a1306b8 [diff] |
[SCSI] megaraid_sas: fix suspend/resume sections megaraid_sas suspend and resume are inappropriatelly placed in __devinit section. Remove those placements and make the stuff dependent on CONFIG_PM. While at it, mark remove function as __devexit. Signed-off-by: Jiri Slaby <jirislaby@gmail.com> Acked-by: "Yang, Bo" <Bo.Yang@lsi.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>