git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
655d722
)
[SCSI] megaraid_sas: fix suspend/resume sections
author
Jiri Slaby
<jirislaby@gmail.com>
Thu, 1 May 2008 15:56:02 +0000
(17:56 +0200)
committer
James Bottomley
<James.Bottomley@HansenPartnership.com>
Fri, 2 May 2008 18:07:56 +0000
(13:07 -0500)
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>
No differences found