staging: lustre: remove cfs_time_t typedef
[firefly-linux-kernel-4.4.55.git] / drivers / staging / lustre / lnet / selftest / conrpc.h
index 9aba24a2eab922f59a63654044b618a129c88d9a..fc1cb56cbab21971ed150dddad2d7918cde5eda2 100644 (file)
 #ifndef __LST_CONRPC_H__
 #define __LST_CONRPC_H__
 
-#include <linux/libcfs/libcfs.h>
-#include <linux/lnet/lnet.h>
-#include <linux/lnet/lib-types.h>
-#include <linux/lnet/lnetst.h>
+#include "../../include/linux/libcfs/libcfs.h"
+#include "../../include/linux/lnet/lnet.h"
+#include "../../include/linux/lnet/lib-types.h"
+#include "../../include/linux/lnet/lnetst.h"
 #include "rpc.h"
 #include "selftest.h"
 
@@ -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 {