forked from Minki/linux
scsi: tcmu: delete unused __wait
When this code changed, this was never cleaned up. Signed-off-by: Mike Christie <mchristi@redhat.com> Tested-by: Xiubo Li <xiubli@redhat.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
c4d6204dc1
commit
0297e96290
@ -1564,7 +1564,6 @@ static int tcmu_wait_genl_cmd_reply(struct tcmu_dev *udev)
|
||||
{
|
||||
struct tcmu_nl_cmd *nl_cmd = &udev->curr_nl_cmd;
|
||||
int ret;
|
||||
DEFINE_WAIT(__wait);
|
||||
|
||||
if (!tcmu_kern_cmd_reply_supported)
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user