#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(uio_event_notify, "_gpl", ""); KSYMTAB_FUNC(__uio_register_device, "_gpl", ""); KSYMTAB_FUNC(__devm_uio_register_device, "_gpl", ""); KSYMTAB_FUNC(uio_unregister_device, "_gpl", ""); SYMBOL_CRC(uio_event_notify, 0xb19babcb, "_gpl"); SYMBOL_CRC(__uio_register_device, 0xe8b8a974, "_gpl"); SYMBOL_CRC(__devm_uio_register_device, 0x972566e7, "_gpl"); SYMBOL_CRC(uio_unregister_device, 0xfc78da0a, "_gpl"); static const struct modversion_info ____versions[] __used __section("__versions") = { { 0xe2964344, "__wake_up" }, { 0xff06005, "kill_fasync" }, { 0x37a0cba, "kfree" }, { 0x3c3ff9fd, "sprintf" }, { 0x4dfa8d4b, "mutex_lock" }, { 0x3213f038, "mutex_unlock" }, { 0xd1005013, "_dev_err" }, { 0x54427aaa, "kobject_put" }, { 0xa87d0b3b, "fasync_helper" }, { 0xcd1f47a2, "module_put" }, { 0xe16b094c, "put_device" }, { 0x20978fb9, "idr_find" }, { 0xe127bd74, "get_device" }, { 0x95d1a860, "try_module_get" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x29977925, "kmalloc_trace" }, { 0x26b992ae, "vmalloc_to_page" }, { 0x57bc19d2, "down_write" }, { 0xce807a25, "up_write" }, { 0x5ad43d03, "remap_pfn_range" }, { 0xe3ec2f2b, "alloc_chrdev_region" }, { 0x488c4a94, "cdev_alloc" }, { 0x52140479, "kobject_set_name" }, { 0x667e590d, "cdev_add" }, { 0xe66692e3, "class_register" }, { 0x6091b333, "unregister_chrdev_region" }, { 0x122c3a7e, "_printk" }, { 0xc27d4777, "cdev_del" }, { 0xcefb0c9f, "__mutex_init" }, { 0xd9a5ea54, "__init_waitqueue_head" }, { 0xb8f11603, "idr_alloc" }, { 0x69811386, "device_initialize" }, { 0xaedc350b, "dev_set_name" }, { 0x7665a95b, "idr_remove" }, { 0x15961654, "device_add" }, { 0xd7a4927e, "kobject_create_and_add" }, { 0xa9e3a33, "kobject_init" }, { 0x55cd9a4a, "kobject_add" }, { 0x9f4e67f, "kobject_uevent" }, { 0x92d5838e, "request_threaded_irq" }, { 0xa21e5f9c, "device_del" }, { 0xd6938fb0, "__devres_alloc_node" }, { 0x28844900, "devres_add" }, { 0xe93e49c3, "devres_free" }, { 0xaad8c7d6, "default_wake_function" }, { 0x4afb2238, "add_wait_queue" }, { 0x1000e51, "schedule" }, { 0x37110088, "remove_wait_queue" }, { 0x6cbbfc54, "__arch_copy_to_user" }, { 0x198f1f90, "device_unregister" }, { 0xc1514a3b, "free_irq" }, { 0x4e604434, "class_unregister" }, { 0x8e17b3ae, "idr_destroy" }, { 0x12a4e128, "__arch_copy_from_user" }, { 0xcbd4898c, "fortify_panic" }, { 0x529c2e2f, "generic_access_phys" }, { 0xbbb03387, "noop_llseek" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "");