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 ef722f0..4421e61 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;