Skip to content

Commit

Permalink
block: remove duplicate include statement in scsi_ioctl.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Tian Tao authored and Jens Axboe committed Sep 11, 2020
1 parent 192f1c6 commit 84ed257
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions block/scsi_ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 84ed257

Please sign in to comment.