Whamcloud - gitweb
LU-6245 libcfs: remove types abstraction from libcfs/LNet code
[fs/lustre-release.git] / libcfs / include / libcfs / libcfs_prim.h
index 44cfdae..06ae853 100644 (file)
@@ -45,7 +45,7 @@
 /*
  * Timer
  */
-typedef  void (cfs_timer_func_t)(ulong_ptr_t);
+typedef  void (cfs_timer_func_t)(uintptr_t);
 
 void cfs_init_timer(struct timer_list *t);
 void cfs_timer_init(struct timer_list *t, cfs_timer_func_t *func, void *arg);