scsi: Use struct scsi_lun in fc/fcp.h
[linux-2.6-microblaze.git] / drivers / target / tcm_fc / tcm_fc.h
index e05c551..559f3bd 100644 (file)
@@ -113,7 +113,6 @@ struct ft_lport_acl {
  * Commands
  */
 struct ft_cmd {
-       u32 lun;                        /* LUN from request */
        struct ft_sess *sess;           /* session held for cmd */
        struct fc_seq *seq;             /* sequence in exchange mgr */
        struct se_cmd se_cmd;           /* Local TCM I/O descriptor */