commit | 6d25ec147e3a71858bed5439c92accd7f739a0a3 | [log] [tgz] |
---|---|---|
author | John Pittman <jpittman@redhat.com> | Mon Aug 01 16:35:53 2016 -0400 |
committer | Jens Axboe <axboe@fb.com> | Thu Aug 04 14:19:16 2016 -0600 |
tree | 0f9e0fbe1a8cb8c2c7d017a1a14a833f9afbcd22 | |
parent | b571bc606e714e448b00920987d77b384a6a9570 [diff] |
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>