diff options
Diffstat (limited to 'drivers/ide/ide-pm.c')
-rw-r--r-- | drivers/ide/ide-pm.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/ide/ide-pm.c b/drivers/ide/ide-pm.c index 5c9fc20f95b5..ebf2d21ebdcb 100644 --- a/drivers/ide/ide-pm.c +++ b/drivers/ide/ide-pm.c | |||
@@ -1,6 +1,5 @@ | |||
1 | #include <linux/kernel.h> | 1 | #include <linux/kernel.h> |
2 | #include <linux/ide.h> | 2 | #include <linux/ide.h> |
3 | #include <linux/hdreg.h> | ||
4 | 3 | ||
5 | int generic_ide_suspend(struct device *dev, pm_message_t mesg) | 4 | int generic_ide_suspend(struct device *dev, pm_message_t mesg) |
6 | { | 5 | { |
@@ -164,8 +163,8 @@ ide_startstop_t ide_start_power_step(ide_drive_t *drive, struct request *rq) | |||
164 | return ide_stopped; | 163 | return ide_stopped; |
165 | 164 | ||
166 | out_do_tf: | 165 | out_do_tf: |
167 | cmd->tf_flags = IDE_TFLAG_TF | IDE_TFLAG_DEVICE; | 166 | cmd->tf_flags = IDE_TFLAG_TF | IDE_TFLAG_DEVICE; |
168 | cmd->data_phase = TASKFILE_NO_DATA; | 167 | cmd->protocol = ATA_PROT_NODATA; |
169 | 168 | ||
170 | return do_rw_taskfile(drive, cmd); | 169 | return do_rw_taskfile(drive, cmd); |
171 | } | 170 | } |