#include #include #include MODULE_INFO(name, KBUILD_MODNAME); __visible struct module __this_module __section(".gnu.linkonce.this_module") = { .name = KBUILD_MODNAME, .arch = MODULE_ARCH_INIT, }; MODULE_INFO(intree, "Y"); KSYMTAB_FUNC(stp_proto_register, "_gpl", ""); KSYMTAB_FUNC(stp_proto_unregister, "_gpl", ""); MODULE_INFO(depends, "llc"); MODULE_INFO(srcversion, "BB7D27BD763A038AC4B2C8E");