diff options
author | John Pittman <jpittman@redhat.com> | 2016-08-01 16:35:53 -0400 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2016-08-04 14:19:16 -0600 |
commit | 6d25ec147e3a71858bed5439c92accd7f739a0a3 (patch) | |
tree | 0f9e0fbe1a8cb8c2c7d017a1a14a833f9afbcd22 /include/linux | |
parent | b571bc606e714e448b00920987d77b384a6a9570 (diff) | |
download | linux-6d25ec147e3a71858bed5439c92accd7f739a0a3.tar.gz linux-6d25ec147e3a71858bed5439c92accd7f739a0a3.tar.bz2 linux-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')
-rw-r--r-- | include/linux/blkdev.h | 1 |
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) |