test
This commit is contained in:
parent
5249c300ff
commit
e66e84744c
@ -1,27 +0,0 @@
|
|||||||
#include <linux/module.h>
|
|
||||||
#include <linux/vermagic.h>
|
|
||||||
#include <linux/compiler.h>
|
|
||||||
|
|
||||||
MODULE_INFO(vermagic, VERMAGIC_STRING);
|
|
||||||
|
|
||||||
__visible struct module __this_module
|
|
||||||
__attribute__((section(".gnu.linkonce.this_module"))) = {
|
|
||||||
.name = KBUILD_MODNAME,
|
|
||||||
.init = init_module,
|
|
||||||
#ifdef CONFIG_MODULE_UNLOAD
|
|
||||||
.exit = cleanup_module,
|
|
||||||
#endif
|
|
||||||
.arch = MODULE_ARCH_INIT,
|
|
||||||
};
|
|
||||||
|
|
||||||
#ifdef RETPOLINE
|
|
||||||
MODULE_INFO(retpoline, "Y");
|
|
||||||
#endif
|
|
||||||
|
|
||||||
static const char __module_depends[]
|
|
||||||
__used
|
|
||||||
__attribute__((section(".modinfo"))) =
|
|
||||||
"depends=";
|
|
||||||
|
|
||||||
|
|
||||||
MODULE_INFO(srcversion, "3C1EE49178DE9599A3E3742");
|
|
@ -1,27 +0,0 @@
|
|||||||
#include <linux/module.h>
|
|
||||||
#include <linux/vermagic.h>
|
|
||||||
#include <linux/compiler.h>
|
|
||||||
|
|
||||||
MODULE_INFO(vermagic, VERMAGIC_STRING);
|
|
||||||
|
|
||||||
__visible struct module __this_module
|
|
||||||
__attribute__((section(".gnu.linkonce.this_module"))) = {
|
|
||||||
.name = KBUILD_MODNAME,
|
|
||||||
.init = init_module,
|
|
||||||
#ifdef CONFIG_MODULE_UNLOAD
|
|
||||||
.exit = cleanup_module,
|
|
||||||
#endif
|
|
||||||
.arch = MODULE_ARCH_INIT,
|
|
||||||
};
|
|
||||||
|
|
||||||
#ifdef RETPOLINE
|
|
||||||
MODULE_INFO(retpoline, "Y");
|
|
||||||
#endif
|
|
||||||
|
|
||||||
static const char __module_depends[]
|
|
||||||
__used
|
|
||||||
__attribute__((section(".modinfo"))) =
|
|
||||||
"depends=";
|
|
||||||
|
|
||||||
|
|
||||||
MODULE_INFO(srcversion, "9B05B907F56030A0F0E6D67");
|
|
Loading…
x
Reference in New Issue
Block a user