summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorJens Axboe <axboe@suse.de>2006-06-13 06:46:57 (GMT)
committerJens Axboe <axboe@nelson.home.kernel.dk>2006-06-23 15:10:39 (GMT)
commitad3caddaa1708e506f20b8e25a4a8ae586fc7d5b (patch)
tree60a79c55a71ed3ef7bc9daaea694995b034eb044 /include/linux
parentb31dc66a54ad986b6b73bdc49c8efc17cbad1833 (diff)
downloadlinux-fsl-qoriq-ad3caddaa1708e506f20b8e25a4a8ae586fc7d5b.tar.xz
[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')
-rw-r--r--include/linux/blkdev.h5
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;