staging: lustre: remove timer_list_t typedef
[firefly-linux-kernel-4.4.55.git] / drivers / staging / lustre / lustre / include / lustre_net.h
index f315ef77525636baaac68c147b337c2c7a380ac7..ce41bf9cc4651903c88cb2ac24edadd89fc9cb93 100644 (file)
@@ -2636,7 +2636,7 @@ struct ptlrpc_service_part {
        /** reqs waiting for replies */
        struct ptlrpc_at_array          scp_at_array;
        /** early reply timer */
-       timer_list_t                    scp_at_timer;
+       struct timer_list               scp_at_timer;
        /** debug */
        cfs_time_t                      scp_at_checktime;
        /** check early replies */