IB/qib: Eliminate 64-bit jiffies use
authorMike Marciniszyn <mike.marciniszyn@qlogic.com>
Wed, 9 Nov 2011 18:36:08 +0000 (13:36 -0500)
committerRoland Dreier <roland@purestorage.com>
Wed, 4 Jan 2012 04:52:12 +0000 (20:52 -0800)
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>

No differences found