IB/qib: Remove set-but-not-used variables
[linux-block.git] / drivers / infiniband / hw / qib / qib_iba7220.c
index ceb2259a5efb05eee4b575ce010a4c8822387bd1..d66d68e2cf247989f2c4049378652b6d1b87687b 100644 (file)
@@ -3514,7 +3514,6 @@ static void autoneg_7220_work(struct work_struct *work)
 {
        struct qib_pportdata *ppd;
        struct qib_devdata *dd;
-       u64 startms;
        u32 i;
        unsigned long flags;
 
@@ -3522,8 +3521,6 @@ static void autoneg_7220_work(struct work_struct *work)
                            autoneg_work.work)->pportdata;
        dd = ppd->dd;
 
-       startms = jiffies_to_msecs(jiffies);
-
        /*
         * Busy wait for this first part, it should be at most a
         * few hundred usec, since we scheduled ourselves for 2msec.