staging/lustre: remove CFS_MODULE_PARM
[deliverable/linux.git] / drivers / staging / lustre / lnet / selftest / ping_test.c
index f0f919482b56e690578c6c50838bad54fdb425ad..a37c3ff032770f1c3e8c582b2c78be9bad582041 100644 (file)
@@ -45,7 +45,8 @@
 #define LST_PING_TEST_MAGIC     0xbabeface
 
 int ping_srv_workitems = SFW_TEST_WI_MAX;
-CFS_MODULE_PARM(ping_srv_workitems, "i", int, 0644, "# PING server workitems");
+module_param(ping_srv_workitems, int, 0644);
+MODULE_PARM_DESC(ping_srv_workitems, "# PING server workitems");
 
 typedef struct {
        spinlock_t      pnd_lock;       /* serialize */
This page took 0.02457 seconds and 5 git commands to generate.