Skip to content

Commit

Permalink
Include: blkdev: Removed duplicate 'struct request;' declaration.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
John Pittman authored and Jens Axboe committed Aug 4, 2016
1 parent b571bc6 commit 6d25ec1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/blkdev.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6d25ec1

Please sign in to comment.