Linux Kernel Markers: support multiple probes
[linux-2.6-block.git] / include / linux / module.h
index ac28e8761e8436b1af7cb0b1f7d92ec37ffe6f1f..330bec08c2c4142632e83ccb07bb60fa8767884b 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)