#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(virtio_check_driver_offered_feature, "_gpl", ""); KSYMTAB_FUNC(virtio_config_changed, "_gpl", ""); KSYMTAB_FUNC(virtio_add_status, "_gpl", ""); KSYMTAB_FUNC(virtio_reset_device, "_gpl", ""); KSYMTAB_FUNC(register_virtio_driver, "_gpl", ""); KSYMTAB_FUNC(unregister_virtio_driver, "_gpl", ""); KSYMTAB_FUNC(register_virtio_device, "_gpl", ""); KSYMTAB_FUNC(is_virtio_device, "_gpl", ""); KSYMTAB_FUNC(unregister_virtio_device, "_gpl", ""); KSYMTAB_FUNC(virtio_device_freeze, "_gpl", ""); KSYMTAB_FUNC(virtio_device_restore, "_gpl", ""); SYMBOL_CRC(virtio_check_driver_offered_feature, 0x7e23f8c6, "_gpl"); SYMBOL_CRC(virtio_config_changed, 0xfe380974, "_gpl"); SYMBOL_CRC(virtio_add_status, 0xdd74389b, "_gpl"); SYMBOL_CRC(virtio_reset_device, 0x25b37df8, "_gpl"); SYMBOL_CRC(register_virtio_driver, 0x8ba99de0, "_gpl"); SYMBOL_CRC(unregister_virtio_driver, 0x0aa9997b, "_gpl"); SYMBOL_CRC(register_virtio_device, 0x1a25de02, "_gpl"); SYMBOL_CRC(is_virtio_device, 0xa02126f5, "_gpl"); SYMBOL_CRC(unregister_virtio_device, 0xc55145f6, "_gpl"); SYMBOL_CRC(virtio_device_freeze, 0x49a3047f, "_gpl"); SYMBOL_CRC(virtio_device_restore, 0xbf8541e1, "_gpl"); static const struct modversion_info ____versions[] __used __section("__versions") = { { 0x8427cc7b, "_raw_spin_lock_irq" }, { 0x4b750f53, "_raw_spin_unlock_irq" }, { 0x9c6febfc, "add_uevent_var" }, { 0xe783e261, "sysfs_emit" }, { 0xe627ed3f, "driver_unregister" }, { 0x198f1f90, "device_unregister" }, { 0xffb7c514, "ida_free" }, { 0xf654265e, "bus_register" }, { 0xf1e046cc, "panic" }, { 0xcf6d508, "bus_unregister" }, { 0xa7d5f92e, "ida_destroy" }, { 0xd8411336, "driver_register" }, { 0x99f2d00a, "sysfs_emit_at" }, { 0x34db050b, "_raw_spin_lock_irqsave" }, { 0xd35cce70, "_raw_spin_unlock_irqrestore" }, { 0x93c644e0, "of_node_put" }, { 0x968660e9, "virtio_check_mem_acc_cb" }, { 0x7ebc429e, "_dev_warn" }, { 0xd1005013, "_dev_err" }, { 0x69811386, "device_initialize" }, { 0xe7a02573, "ida_alloc_range" }, { 0xaedc350b, "dev_set_name" }, { 0xbcf448b4, "of_get_next_available_child" }, { 0x656e4a6e, "snprintf" }, { 0x24d23c04, "of_device_is_compatible" }, { 0x15961654, "device_add" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "");