scsi-lowlevel: remove scsi_modesense6_params

Signed-off-by: Arne Redlich <arne.redlich@googlemail.com>
This commit is contained in:
Arne Redlich
2012-11-18 22:47:14 +01:00
parent 5f414317dc
commit fa158865d2
2 changed files with 0 additions and 12 deletions

View File

@@ -1684,11 +1684,6 @@ scsi_cdb_modesense6(int dbd, enum scsi_modesense_page_control pc,
}
task->expxferlen = alloc_len;
task->params.modesense6.dbd = dbd;
task->params.modesense6.pc = pc;
task->params.modesense6.page_code = page_code;
task->params.modesense6.sub_page_code = sub_page_code;
return task;
}