#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") = { { 0x69811386, "device_initialize" }, { 0xaedc350b, "dev_set_name" }, { 0x15961654, "device_add" }, { 0xe16b094c, "put_device" }, { 0x5c3c7387, "kstrtoull" }, { 0x4dfa8d4b, "mutex_lock" }, { 0xbf0c6aa1, "iio_trigger_unregister" }, { 0xe6a3957d, "irq_work_sync" }, { 0x68c3a15c, "iio_trigger_free" }, { 0x950eb34e, "__list_del_entry_valid_or_report" }, { 0x37a0cba, "kfree" }, { 0xcd1f47a2, "module_put" }, { 0x3213f038, "mutex_unlock" }, { 0xc2e28b1e, "iio_trigger_poll" }, { 0xe28f55c9, "irq_work_queue" }, { 0x198f1f90, "device_unregister" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x29977925, "kmalloc_trace" }, { 0xfce6016b, "__iio_trigger_alloc" }, { 0x16481cf8, "iio_trigger_register" }, { 0x7696f8c7, "__list_add_valid_or_report" }, { 0x6bce2ad2, "__module_get" }, { 0xdc121678, "iio_bus_type" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "industrialio");