]> git.proxmox.com Git - mirror_ubuntu-bionic-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)
commit6d25ec147e3a71858bed5439c92accd7f739a0a3
tree0f9e0fbe1a8cb8c2c7d017a1a14a833f9afbcd22
parentb571bc606e714e448b00920987d77b384a6a9570
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