#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 KSYMTAB_FUNC(serio_rescan, "", ""); KSYMTAB_FUNC(serio_reconnect, "", ""); KSYMTAB_FUNC(__serio_register_port, "", ""); KSYMTAB_FUNC(serio_unregister_port, "", ""); KSYMTAB_FUNC(serio_unregister_child_port, "", ""); KSYMTAB_FUNC(__serio_register_driver, "", ""); KSYMTAB_FUNC(serio_unregister_driver, "", ""); KSYMTAB_FUNC(serio_open, "", ""); KSYMTAB_FUNC(serio_close, "", ""); KSYMTAB_FUNC(serio_interrupt, "", ""); KSYMTAB_DATA(serio_bus, "", ""); SYMBOL_CRC(serio_rescan, 0x67ac7642, ""); SYMBOL_CRC(serio_reconnect, 0x3880aa54, ""); SYMBOL_CRC(__serio_register_port, 0x75f0af66, ""); SYMBOL_CRC(serio_unregister_port, 0x6fd1665d, ""); SYMBOL_CRC(serio_unregister_child_port, 0xaa3f430e, ""); SYMBOL_CRC(__serio_register_driver, 0xc55ccc79, ""); SYMBOL_CRC(serio_unregister_driver, 0x080486b4, ""); SYMBOL_CRC(serio_open, 0x2fefe643, ""); SYMBOL_CRC(serio_close, 0x700eb66a, ""); SYMBOL_CRC(serio_interrupt, 0x86cfda0d, ""); SYMBOL_CRC(serio_bus, 0x01c36ef0, ""); static const struct modversion_info ____versions[] __used __section("__versions") = { { 0x8427cc7b, "_raw_spin_lock_irq" }, { 0x4b750f53, "_raw_spin_unlock_irq" }, { 0x4dfa8d4b, "mutex_lock" }, { 0x3213f038, "mutex_unlock" }, { 0x37a0cba, "kfree" }, { 0xcd1f47a2, "module_put" }, { 0x3c3ff9fd, "sprintf" }, { 0x5a921311, "strncmp" }, { 0xf654265e, "bus_register" }, { 0x122c3a7e, "_printk" }, { 0xcf6d508, "bus_unregister" }, { 0x3c12dfe, "cancel_work_sync" }, { 0x9c6febfc, "add_uevent_var" }, { 0x34db050b, "_raw_spin_lock_irqsave" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x29977925, "kmalloc_trace" }, { 0x95d1a860, "try_module_get" }, { 0x7696f8c7, "__list_add_valid_or_report" }, { 0x131db64a, "system_long_wq" }, { 0xc5b6f236, "queue_work_on" }, { 0xd35cce70, "_raw_spin_unlock_irqrestore" }, { 0x7ebc429e, "_dev_warn" }, { 0x6bce2ad2, "__module_get" }, { 0xcefb0c9f, "__mutex_init" }, { 0x69811386, "device_initialize" }, { 0xaedc350b, "dev_set_name" }, { 0xd8411336, "driver_register" }, { 0xe627ed3f, "driver_unregister" }, { 0x950eb34e, "__list_del_entry_valid_or_report" }, { 0xe16b094c, "put_device" }, { 0xa21e5f9c, "device_del" }, { 0x78e41e4b, "device_release_driver" }, { 0xf2242fe8, "device_attach" }, { 0x89940875, "mutex_lock_interruptible" }, { 0x6c1b312f, "driver_find" }, { 0xee95684b, "device_bind_driver" }, { 0xdfaed53a, "driver_attach" }, { 0x15961654, "device_add" }, { 0xd1005013, "_dev_err" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "");