From: Jiri Slaby Date: Thu, 1 May 2008 15:56:02 +0000 (+0200) Subject: [SCSI] megaraid_sas: fix suspend/resume sections X-Git-Tag: v2.6.26-rc1~9^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33139b21013aba815924b421159fab35e5175483;p=pandora-kernel.git [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 Acked-by: "Yang, Bo" Signed-off-by: James Bottomley --- Reading git-diff-tree failed