fix module_update_markers() compile error
[sfrench/cifs-2.6.git] / include / linux / module.h
index ac28e8761e8436b1af7cb0b1f7d92ec37ffe6f1f..819c4e889bf16f0157f45ad4326afa7e83418582 100644 (file)
@@ -465,7 +465,7 @@ int unregister_module_notifier(struct notifier_block * nb);
 
 extern void print_modules(void);
 
-extern void module_update_markers(struct module *probe_module, int *refcount);
+extern void module_update_markers(void);
 
 #else /* !CONFIG_MODULES... */
 #define EXPORT_SYMBOL(sym)
@@ -567,8 +567,7 @@ static inline void print_modules(void)
 {
 }
 
-static inline void module_update_markers(struct module *probe_module,
-               int *refcount)
+static inline void module_update_markers(void)
 {
 }