Skip to content

Commit 6d25ec1

Browse files
jtpittman195axboe
authored andcommitted
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>
1 parent b571bc6 commit 6d25ec1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/linux/blkdev.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ struct pr_ops;
4747
*/
4848
#define BLKCG_MAX_POLS 2
4949

50-
struct request;
5150
typedef void (rq_end_io_fn)(struct request *, int);
5251

5352
#define BLK_RL_SYNCFULL (1U << 0)

0 commit comments

Comments
 (0)