linux-updates-20060811
[openafs.git] / src / afs / LINUX / osi_pag_module.c
index f02f360..0a44eb8 100644 (file)
@@ -48,7 +48,7 @@ MODULE_PARM_DESC(nfs_server_addr,  "IP Address of NFS Server");
 
 static char *this_cell = 0;
 #if defined(module_param_array) && LINUX_VERSION_CODE > KERNEL_VERSION(2,6,9)
-module_param_array(this_cell, charp, 0);
+module_param(this_cell, charp, 0);
 #else
 MODULE_PARM(this_cell, "s");
 #endif