From: Aaron Lu Date: Wed, 23 Jan 2013 07:09:33 +0000 (+0800) Subject: [SCSI] remove can_power_off flag from scsi_device X-Git-Tag: v3.9-rc1~94^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44ec657be09e36091281674a5702f1c43ce22d94;p=pandora-kernel.git [SCSI] remove can_power_off flag from scsi_device Commit 166a2967b45ede2e2e56f3ede3cd32053dc17812 "libata: tell scsi layer device supports runtime power off" introduced the can_power_off flag for scsi_device and is used to support ZPODD implementation in SCSI layer. Since ZPODD is now implemented in ATA layer, that flag is no longer needed, so remove it. Signed-off-by: Aaron Lu Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed