diff options
author | Jens Axboe <axboe@suse.de> | 2006-06-13 02:46:57 -0400 |
---|---|---|
committer | Jens Axboe <axboe@nelson.home.kernel.dk> | 2006-06-23 11:10:39 -0400 |
commit | ad3caddaa1708e506f20b8e25a4a8ae586fc7d5b (patch) | |
tree | 60a79c55a71ed3ef7bc9daaea694995b034eb044 /include/linux/blkdev.h | |
parent | b31dc66a54ad986b6b73bdc49c8efc17cbad1833 (diff) |
[PATCH] Get rid of struct request request_pm_state member
The IDE power management can just use the ->end_io_data member to store
it's data.
Signed-off-by: Jens Axboe <axboe@suse.de>
Diffstat (limited to 'include/linux/blkdev.h')
-rw-r--r-- | include/linux/blkdev.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 482a21d67627..371c0ce5f630 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h | |||
@@ -196,11 +196,6 @@ struct request { | |||
196 | int retries; | 196 | int retries; |
197 | 197 | ||
198 | /* | 198 | /* |
199 | * For Power Management requests | ||
200 | */ | ||
201 | struct request_pm_state *pm; | ||
202 | |||
203 | /* | ||
204 | * completion callback. end_io_data should be folded in with waiting | 199 | * completion callback. end_io_data should be folded in with waiting |
205 | */ | 200 | */ |
206 | rq_end_io_fn *end_io; | 201 | rq_end_io_fn *end_io; |