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>
Mon, 1 Aug 2016 20:37:20 +0000 (14:37 -0600)
commit9fb755f03f6b561a9a5b59d83ed6ea465a65d1cb
tree7d18fccf53f135ad651fc28c8295329e5b17dacc
parent94860964f0e6e99c073af3e28091ea71c5f31520
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>
include/linux/blkdev.h