Remove "struct module" from tracepoint.h (unused)
[ust.git] / include / ust / tracepoint.h
index 34272053947bcc7017bb73d1ea25eb47762a16da..ec1a4fce76bf55ec6cb1085688dcd7a0e4a1622c 100644 (file)
@@ -29,7 +29,6 @@
 #include <urcu-bp.h>
 #include <ust/core.h>
 
-struct module;
 struct tracepoint;
 
 struct probe {
@@ -199,7 +198,6 @@ extern int tracepoint_probe_unregister_noupdate(const char *name, void *probe,
 extern void tracepoint_probe_update_all(void);
 
 struct tracepoint_iter {
-//ust//        struct module *module;
        struct tracepoint_lib *lib;
        struct tracepoint * const *tracepoint;
 };
This page took 0.022088 seconds and 4 git commands to generate.