[PATCH -next] block: scsi-ioctl: remove duplicated include <scsi/sg.h>

From: YueHaibing
Date: Fri Feb 21 2020 - 02:16:38 EST


Remove duplicated include.

Signed-off-by: YueHaibing <yuehaibing@xxxxxxxxxx>
---
block/scsi_ioctl.c | 2 --
1 file changed, 2 deletions(-)

diff --git a/block/scsi_ioctl.c b/block/scsi_ioctl.c
index b4e73d5..20addda 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 <scsi/sg.h>
-
static int sg_get_version(int __user *p)
{
static const int sg_version_num = 30527;
--
2.7.4