IB/qib: Eliminate 64-bit jiffies use
The qib driver makes use of the the 64-bit jiffies API. Code inspection reveals that that version of the API is not really required. This patch converts to use the "normal" jiffies. Reviewed-by: Ram Vepa <ram.vepa@qlogic.com> Signed-off-by: Mike Marciniszyn <mike.marciniszyn@qlogic.com> Signed-off-by: Roland Dreier <roland@purestorage.com>
This commit is contained in:

committed by
Roland Dreier

parent
865b64be86
commit
8482d5d1bc
@@ -177,7 +177,7 @@ struct qib_qsfp_data {
|
||||
struct qib_pportdata *ppd;
|
||||
struct work_struct work;
|
||||
struct qib_qsfp_cache cache;
|
||||
u64 t_insert;
|
||||
unsigned long t_insert;
|
||||
u8 modpresent;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user