diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2009-03-27 07:46:29 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2009-03-27 07:46:29 -0400 |
commit | 3616b6536a74ff1c56029c17cbb3575c69c0a574 (patch) | |
tree | 531feb15784ea6ae4871c712829ab23cbfb9bbc3 /include/linux/ide.h | |
parent | 19710d25d50ae0be05eebe4231ed8918b1092d82 (diff) |
ide: complete power step in ide_complete_pm_request()
* Complete power step in ide_complete_pm_request().
* Rename ide_complete_pm_request() to ide_complete_pm_rq().
There should be no functional changes caused by this patch.
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r-- | include/linux/ide.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index 675d4363ece4..c5ac19e43fc0 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -1081,7 +1081,7 @@ int generic_ide_resume(struct device *); | |||
1081 | 1081 | ||
1082 | void ide_complete_power_step(ide_drive_t *, struct request *); | 1082 | void ide_complete_power_step(ide_drive_t *, struct request *); |
1083 | ide_startstop_t ide_start_power_step(ide_drive_t *, struct request *); | 1083 | ide_startstop_t ide_start_power_step(ide_drive_t *, struct request *); |
1084 | void ide_complete_pm_request(ide_drive_t *, struct request *); | 1084 | void ide_complete_pm_rq(ide_drive_t *, struct request *); |
1085 | void ide_check_pm_state(ide_drive_t *, struct request *); | 1085 | void ide_check_pm_state(ide_drive_t *, struct request *); |
1086 | 1086 | ||
1087 | /* | 1087 | /* |