diff mbox series

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

Message ID 20200221071600.17032-1-yuehaibing@huawei.com (mailing list archive)
State New, archived
Headers show
Series [-next] block: scsi-ioctl: remove duplicated include <scsi/sg.h> | expand

Commit Message

Yue Haibing Feb. 21, 2020, 7:16 a.m. UTC
Remove duplicated include.

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

Patch

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;