Re: [PATCH] Include: blkdev: Removed duplicate 'struct request;' declaration.

2016-08-01 Thread Jens Axboe
On 08/01/2016 02:35 PM, John Pittman wrote: In include/linux/blkdev.h duplicate declarations of the request struct exist. Cleaned up by removing the second, unneeded declaration. Thanks, applied. -- Jens Axboe

[PATCH] Include: blkdev: Removed duplicate 'struct request;' declaration.

2016-08-01 Thread John Pittman
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 --- include/linux/blkdev.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index