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>
This commit is contained in:
parent
b571bc606e
commit
6d25ec147e
|
@ -47,7 +47,6 @@ struct pr_ops;
|
||||||
*/
|
*/
|
||||||
#define BLKCG_MAX_POLS 2
|
#define BLKCG_MAX_POLS 2
|
||||||
|
|
||||||
struct request;
|
|
||||||
typedef void (rq_end_io_fn)(struct request *, int);
|
typedef void (rq_end_io_fn)(struct request *, int);
|
||||||
|
|
||||||
#define BLK_RL_SYNCFULL (1U << 0)
|
#define BLK_RL_SYNCFULL (1U << 0)
|
||||||
|
|
Loading…
Reference in New Issue