Commit 84ed2573 authored by Tian Tao's avatar Tian Tao Committed by Jens Axboe
Browse files

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: default avatarTian Tao <tiantao6@hisilicon.com>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 192f1c6b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;