VServer 1.9.2 (patch-2.6.8.1-vs1.9.2.diff)
[linux-2.6.git] / include / asm-ia64 / sn / module.h
index b7c7dd2..172f459 100644 (file)
@@ -180,7 +180,7 @@ struct module_s {
 };
 
 /* module.c */
-extern module_t               *modules[MODULE_MAX];    /* Indexed by cmoduleid_t   */
+extern module_t               *sn_modules[MODULE_MAX]; /* Indexed by cmoduleid_t   */
 extern int             nummodules;
 
 extern module_t               *module_lookup(moduleid_t id);