diff options
author | Tian Tao | 2020-09-11 18:58:52 +0800 |
---|---|---|
committer | Jens Axboe | 2020-09-11 05:23:37 -0600 |
commit | 84ed2573c5427de47c71a69d8b0a18020d5f6dd5 (patch) | |
tree | e591e69d1415d70b9e4228cea21355fae68a4899 | |
parent | 192f1c6bc2d2dc59de6c39dc229156910fdf6fe8 (diff) |
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 <tiantao6@hisilicon.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
-rw-r--r-- | block/scsi_ioctl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/block/scsi_ioctl.c b/block/scsi_ioctl.c index ef722f04f88a..4421e61c1af1 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; |