diff options
author | Jens Axboe <axboe@suse.de> | 2006-06-13 08:46:57 +0200 |
---|---|---|
committer | Jens Axboe <axboe@nelson.home.kernel.dk> | 2006-06-23 17:10:39 +0200 |
commit | ad3caddaa1708e506f20b8e25a4a8ae586fc7d5b (patch) | |
tree | 60a79c55a71ed3ef7bc9daaea694995b034eb044 /include/linux/blkdev.h | |
parent | b31dc66a54ad986b6b73bdc49c8efc17cbad1833 (diff) | |
download | op-kernel-dev-ad3caddaa1708e506f20b8e25a4a8ae586fc7d5b.zip op-kernel-dev-ad3caddaa1708e506f20b8e25a4a8ae586fc7d5b.tar.gz |
[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 482a21d..371c0ce 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h @@ -196,11 +196,6 @@ struct request { int retries; /* - * For Power Management requests - */ - struct request_pm_state *pm; - - /* * completion callback. end_io_data should be folded in with waiting */ rq_end_io_fn *end_io; |