move everything out of trunk
[lttv.git] / trunk / tests / kernel / test-time-probe.mod.c
diff --git a/trunk/tests/kernel/test-time-probe.mod.c b/trunk/tests/kernel/test-time-probe.mod.c
deleted file mode 100644 (file)
index 1202190..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-#include <linux/module.h>
-#include <linux/vermagic.h>
-#include <linux/compiler.h>
-
-MODULE_INFO(vermagic, VERMAGIC_STRING);
-
-struct module __this_module
-__attribute__((section(".gnu.linkonce.this_module"))) = {
- .name = KBUILD_MODNAME,
- .init = init_module,
-#ifdef CONFIG_MODULE_UNLOAD
- .exit = cleanup_module,
-#endif
-};
-
-static const char __module_depends[]
-__attribute_used__
-__attribute__((section(".modinfo"))) =
-"depends=ltt-facility-loader-tests";
-
This page took 0.022564 seconds and 4 git commands to generate.