diff options
author | Nicolas Kaiser <nikai@nikai.net> | 2005-11-28 03:40:20 -0500 |
---|---|---|
committer | Jens Axboe <axboe@nelson.home.kernel.dk> | 2006-01-09 08:44:15 -0500 |
commit | 1abee6d2d1b6366df96fce1d43eefd1819e1b055 (patch) | |
tree | 90e65f2b1c4cc985609e709c715cd5e01514d364 /block | |
parent | 5367f2d67c7d0bf1faae90e6e7b4e2ac3c9b5e0f (diff) |
[BLOCK][TRIVIAL] ll_rw_blk: header included twice
linux/blkdev.h included twice
Signed-off-by: Nicolas Kaiser <nikai@nikai.net>
Signed-off-by: Jens Axboe <axboe@suse.de>
Diffstat (limited to 'block')
-rw-r--r-- | block/ll_rw_blk.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/block/ll_rw_blk.c b/block/ll_rw_blk.c index 91d3b4828c49..c182c9f4b2c4 100644 --- a/block/ll_rw_blk.c +++ b/block/ll_rw_blk.c | |||
@@ -26,7 +26,6 @@ | |||
26 | #include <linux/slab.h> | 26 | #include <linux/slab.h> |
27 | #include <linux/swap.h> | 27 | #include <linux/swap.h> |
28 | #include <linux/writeback.h> | 28 | #include <linux/writeback.h> |
29 | #include <linux/blkdev.h> | ||
30 | 29 | ||
31 | /* | 30 | /* |
32 | * for max sense size | 31 | * for max sense size |