[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>
This commit is contained in:
Jens Axboe
2006-06-13 08:46:57 +02:00
committed by Jens Axboe
parent b31dc66a54
commit ad3caddaa1
3 changed files with 54 additions and 46 deletions

View File

@@ -195,11 +195,6 @@ struct request {
unsigned int timeout;
int retries;
/*
* For Power Management requests
*/
struct request_pm_state *pm;
/*
* completion callback. end_io_data should be folded in with waiting
*/