block: remove duplicate include statement in scsi_ioctl.c
authorTian Tao <tiantao6@hisilicon.com>
Fri, 11 Sep 2020 10:58:52 +0000 (18:58 +0800)
committerJens Axboe <axboe@kernel.dk>
Fri, 11 Sep 2020 11:23:37 +0000 (05:23 -0600)
scsi/sg.h is included more than once, Remove the one that isn't
necessary.

Signed-off-by: Tian Tao <tiantao6@hisilicon.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/scsi_ioctl.c

index ef722f04f88a93b38d2c3df4f503dea5da05ffbd..4421e61c1af125a67945408826b4f8bc6aea6bf0 100644 (file)
@@ -37,8 +37,6 @@ const unsigned char scsi_command_size_tbl[8] =
 };
 EXPORT_SYMBOL(scsi_command_size_tbl);
 
-#include <scsi/sg.h>
-
 static int sg_get_version(int __user *p)
 {
        static const int sg_version_num = 30527;