int bnx2fc_initiate_seq_cleanup(struct bnx2fc_cmd *orig_io_req, u32 offset,
                                enum fc_rctl r_ctl)
 {
-       struct fc_lport *lport;
        struct bnx2fc_rport *tgt = orig_io_req->tgt;
        struct bnx2fc_interface *interface;
        struct fcoe_port *port;
 
        port = orig_io_req->port;
        interface = port->priv;
-       lport = port->lport;
 
        cb_arg = kzalloc(sizeof(struct bnx2fc_els_cb_arg), GFP_ATOMIC);
        if (!cb_arg) {
 
 int bnx2fc_initiate_cleanup(struct bnx2fc_cmd *io_req)
 {
-       struct fc_lport *lport;
        struct bnx2fc_rport *tgt = io_req->tgt;
        struct bnx2fc_interface *interface;
        struct fcoe_port *port;
 
        port = io_req->port;
        interface = port->priv;
-       lport = port->lport;
 
        cleanup_io_req = bnx2fc_elstm_alloc(tgt, BNX2FC_CLEANUP);
        if (!cleanup_io_req) {
        struct fcoe_fcp_rsp_payload *fcp_rsp;
        struct bnx2fc_rport *tgt = io_req->tgt;
        struct scsi_cmnd *sc_cmd;
-       struct Scsi_Host *host;
-
 
        /* scsi_cmd_cmpl is called with tgt lock held */
 
        /* parse fcp_rsp and obtain sense data from RQ if available */
        bnx2fc_parse_fcp_rsp(io_req, fcp_rsp, num_rq);
 
-       host = sc_cmd->device->host;
        if (!sc_cmd->SCp.ptr) {
                printk(KERN_ERR PFX "SCp.ptr is NULL\n");
                return;