#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") = { { 0xe2385937, "__platform_driver_register" }, { 0xce2840e7, "irq_set_irq_wake" }, { 0x9fa7184a, "cancel_delayed_work_sync" }, { 0xc1514a3b, "free_irq" }, { 0x3c12dfe, "cancel_work_sync" }, { 0x47884890, "system_power_efficient_wq" }, { 0xb2fcb56d, "queue_delayed_work_on" }, { 0x219f4cca, "iio_read_channel_raw" }, { 0x3827e988, "extcon_set_state_sync" }, { 0xd1005013, "_dev_err" }, { 0xedfcfd8f, "platform_driver_unregister" }, { 0x11e6cb56, "devm_kmalloc" }, { 0xb9416788, "devm_extcon_dev_allocate" }, { 0x49373783, "devm_iio_channel_get" }, { 0x7f02188f, "__msecs_to_jiffies" }, { 0xffeedf6a, "delayed_work_timer_fn" }, { 0xc6f46339, "init_timer_key" }, { 0xe2ed231f, "devm_extcon_dev_register" }, { 0x57b8ef02, "platform_get_irq" }, { 0xdbdb0e8b, "request_any_context_irq" }, { 0x60a489a4, "device_set_wakeup_capable" }, { 0xab8bee5d, "device_wakeup_enable" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "industrialio");