aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h
diff options
context:
space:
mode:
authorJohn Pittman <jpittman@redhat.com>2016-08-01 16:35:53 -0400
committerJens Axboe <axboe@fb.com>2016-08-04 14:19:16 -0600
commit6d25ec147e3a71858bed5439c92accd7f739a0a3 (patch)
tree0f9e0fbe1a8cb8c2c7d017a1a14a833f9afbcd22 /include/linux/blkdev.h
parentFixup direct bi_rw modifiers (diff)
downloadlinux-dev-6d25ec147e3a71858bed5439c92accd7f739a0a3.tar.xz
linux-dev-6d25ec147e3a71858bed5439c92accd7f739a0a3.zip
Include: blkdev: Removed duplicate 'struct request;' declaration.
In include/linux/blkdev.h duplicate declarations of the request struct exist. Cleaned up by removing the second, unneeded declaration. Signed-off-by: John Pittman <jpittman@redhat.com> Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'include/linux/blkdev.h')
-rw-r--r--include/linux/blkdev.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h
index adf33079771e..de7935961c27 100644
--- a/include/linux/blkdev.h
+++ b/include/linux/blkdev.h
@@ -47,7 +47,6 @@ struct pr_ops;
*/
#define BLKCG_MAX_POLS 2
-struct request;
typedef void (rq_end_io_fn)(struct request *, int);
#define BLK_RL_SYNCFULL (1U << 0)