*/
 static void inc_deq(struct xhci_hcd *xhci, struct xhci_ring *ring)
 {
-       unsigned long long addr;
-
        ring->deq_updates++;
 
        /*
                        ring->dequeue++;
                }
        } while (last_trb(xhci, ring, ring->deq_seg, ring->dequeue));
-
-       addr = (unsigned long long) xhci_trb_virt_to_dma(ring->deq_seg, ring->dequeue);
 }
 
 /*
 {
        u32 chain;
        union xhci_trb *next;
-       unsigned long long addr;
 
        chain = le32_to_cpu(ring->enqueue->generic.field[3]) & TRB_CHAIN;
        /* If this is not event ring, there is one less usable TRB */
                ring->enqueue = ring->enq_seg->trbs;
                next = ring->enqueue;
        }
-       addr = (unsigned long long) xhci_trb_virt_to_dma(ring->enq_seg, ring->enqueue);
 }
 
 /*