]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite87fb0e7ac89ecd2fbd1468f6db7112c6207722b
tree0f9e0fbe1a8cb8c2c7d017a1a14a833f9afbcd22
parentc5deb708a991e62fc0feb3cff6f419a107fb823e
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