#include #define INCLUDE_VERMAGIC #include #include #include #include #include #ifdef CONFIG_UNWINDER_ORC #include ORC_HEADER; #endif BUILD_SALT; BUILD_LTO_INFO; MODULE_INFO(vermagic, VERMAGIC_STRING); MODULE_INFO(name, KBUILD_MODNAME); __visible struct module __this_module __section(".gnu.linkonce.this_module") = { .name = KBUILD_MODNAME, .init = init_module, #ifdef CONFIG_MODULE_UNLOAD .exit = cleanup_module, #endif .arch = MODULE_ARCH_INIT, }; MODULE_INFO(intree, "Y"); #ifdef CONFIG_RETPOLINE MODULE_INFO(retpoline, "Y"); #endif static const struct modversion_info ____versions[] __used __section("__versions") = { { 0x17f8770b, "n_tty_inherit_ops" }, { 0xa360127f, "tty_register_ldisc" }, { 0x122c3a7e, "_printk" }, { 0x656e4a6e, "snprintf" }, { 0x8020c9f0, "pps_register_source" }, { 0x876e5cd3, "_dev_info" }, { 0x14e90575, "pps_unregister_source" }, { 0x4cb27100, "ktime_get_snapshot" }, { 0x65929cae, "ns_to_timespec64" }, { 0x50633091, "pps_lookup_dev" }, { 0x68729412, "pps_event" }, { 0x15ba50a6, "jiffies" }, { 0x5b61f0b5, "__dynamic_dev_dbg" }, { 0x60be825b, "tty_unregister_ldisc" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "");