diff options
author | Nicolas Kaiser <nikai@nikai.net> | 2005-11-28 09:40:20 +0100 |
---|---|---|
committer | Jens Axboe <axboe@nelson.home.kernel.dk> | 2006-01-09 14:44:15 +0100 |
commit | 1abee6d2d1b6366df96fce1d43eefd1819e1b055 (patch) | |
tree | 90e65f2b1c4cc985609e709c715cd5e01514d364 /block/ll_rw_blk.c | |
parent | 5367f2d67c7d0bf1faae90e6e7b4e2ac3c9b5e0f (diff) | |
download | op-kernel-dev-1abee6d2d1b6366df96fce1d43eefd1819e1b055.zip op-kernel-dev-1abee6d2d1b6366df96fce1d43eefd1819e1b055.tar.gz |
[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/ll_rw_blk.c')
-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 91d3b48..c182c9f 100644 --- a/block/ll_rw_blk.c +++ b/block/ll_rw_blk.c @@ -26,7 +26,6 @@ #include <linux/slab.h> #include <linux/swap.h> #include <linux/writeback.h> -#include <linux/blkdev.h> /* * for max sense size |