From: Tian Tao Date: Fri, 11 Sep 2020 10:58:52 +0000 (+0800) Subject: block: remove duplicate include statement in scsi_ioctl.c X-Git-Tag: v5.10.7~1462^2~93 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=84ed2573c5427de47c71a69d8b0a18020d5f6dd5;p=platform%2Fkernel%2Flinux-rpi.git block: remove duplicate include statement in scsi_ioctl.c scsi/sg.h is included more than once, Remove the one that isn't necessary. Signed-off-by: Tian Tao Signed-off-by: Jens Axboe --- diff --git a/block/scsi_ioctl.c b/block/scsi_ioctl.c index ef722f0..4421e61 100644 --- a/block/scsi_ioctl.c +++ b/block/scsi_ioctl.c @@ -37,8 +37,6 @@ const unsigned char scsi_command_size_tbl[8] = }; EXPORT_SYMBOL(scsi_command_size_tbl); -#include - static int sg_get_version(int __user *p) { static const int sg_version_num = 30527;