X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=tests%2Fclock-plugin%2Flttng-clock-plugin-test.c;h=55facb77755ba5b581f95f403ba2ee154b60e1f4;hb=232b548a616e6a2888b94e53d4ff9503b329dfe8;hp=bf8193298602840dda91c0d23f48a80e6f1bab33;hpb=69a6252d5bf1787f2bbd0b6f35af8dff21efcb55;p=lttng-modules.git diff --git a/tests/clock-plugin/lttng-clock-plugin-test.c b/tests/clock-plugin/lttng-clock-plugin-test.c index bf819329..55facb77 100644 --- a/tests/clock-plugin/lttng-clock-plugin-test.c +++ b/tests/clock-plugin/lttng-clock-plugin-test.c @@ -67,7 +67,7 @@ int lttng_clock_plugin_init(void) { return lttng_clock_register_plugin(<c, THIS_MODULE); } -rootfs_initcall(lttng_clock_plugin_init); +fs_initcall(lttng_clock_plugin_init); static __exit void lttng_clock_plugin_exit(void)