#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, .arch = MODULE_ARCH_INIT, }; MODULE_INFO(intree, "Y"); #ifdef CONFIG_RETPOLINE MODULE_INFO(retpoline, "Y"); #endif KSYMTAB_FUNC(iio_kfifo_allocate, "", ""); KSYMTAB_FUNC(iio_kfifo_free, "", ""); KSYMTAB_FUNC(devm_iio_kfifo_buffer_setup_ext, "_gpl", ""); SYMBOL_CRC(iio_kfifo_allocate, 0x0ab05784, ""); SYMBOL_CRC(iio_kfifo_free, 0x32898da7, ""); SYMBOL_CRC(devm_iio_kfifo_buffer_setup_ext, 0xb9392a50, "_gpl"); static const struct modversion_info ____versions[] __used __section("__versions") = { { 0xdb760f52, "__kfifo_free" }, { 0x37a0cba, "kfree" }, { 0x4dfa8d4b, "mutex_lock" }, { 0x3213f038, "mutex_unlock" }, { 0x139f2189, "__kfifo_alloc" }, { 0x30a80826, "__kfifo_from_user" }, { 0x13d0adf7, "__kfifo_out" }, { 0xe2964344, "__wake_up" }, { 0x89940875, "mutex_lock_interruptible" }, { 0x4578f528, "__kfifo_to_user" }, { 0xf23fcb99, "__kfifo_in" }, { 0x70deb7e0, "iio_buffer_put" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x29977925, "kmalloc_trace" }, { 0xa3af15fe, "iio_buffer_init" }, { 0xcefb0c9f, "__mutex_init" }, { 0xd6938fb0, "__devres_alloc_node" }, { 0x28844900, "devres_add" }, { 0x6820c57a, "iio_device_attach_buffer" }, { 0xe93e49c3, "devres_free" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "industrialio");