staging: lustre: remove cfs_time_t typedef
[firefly-linux-kernel-4.4.55.git] / drivers / staging / lustre / lnet / selftest / conrpc.h
index 59f0097c6ec980ec7b3be1dd3b6cae7bfebb8309..fc1cb56cbab21971ed150dddad2d7918cde5eda2 100644 (file)
@@ -75,7 +75,7 @@ typedef struct lstcon_rpc {
        /** RPC is embedded in other structure and can't free it */
        unsigned int             crp_embedded:1;
        int                   crp_status;     /* console rpc errors */
-       cfs_time_t             crp_stamp;      /* replied time stamp */
+       unsigned long          crp_stamp;      /* replied time stamp */
 } lstcon_rpc_t;
 
 typedef struct lstcon_rpc_trans {