]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Include: blkdev: Removed duplicate 'struct request;' declaration.
authorJohn Pittman <jpittman@redhat.com>
Mon, 1 Aug 2016 20:35:53 +0000 (16:35 -0400)
committerJens Axboe <axboe@fb.com>
Thu, 4 Aug 2016 20:19:16 +0000 (14:19 -0600)
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>
include/linux/blkdev.h

index adf33079771e740a93630305d229ef7d5578b814..de7935961c27b0c85dc84fe78012d989ad35dde7 100644 (file)
@@ -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)