#include #define INCLUDE_VERMAGIC #include #include #include #include #include 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") = { { 0xb2fcb56d, "queue_delayed_work_on" }, { 0x8a490c90, "rfkill_set_sw_state" }, { 0xcdce87c, "rfkill_set_hw_state_reason" }, { 0xd4835ef8, "dmi_check_system" }, { 0x7de7bf50, "__acpi_video_get_backlight_type" }, { 0x772da1ff, "input_allocate_device" }, { 0x6b0bf93, "sparse_keymap_setup" }, { 0xf18bdd75, "wmi_install_notify_handler" }, { 0xb5285526, "input_register_device" }, { 0xbeb6f045, "acpi_dev_get_first_match_dev" }, { 0xb5686f70, "put_device" }, { 0x9247a313, "input_set_abs_params" }, { 0x2f5507b8, "__platform_driver_register" }, { 0x564043a0, "platform_device_alloc" }, { 0x37a96071, "platform_device_add" }, { 0x7c983a5d, "dmi_walk" }, { 0x542c2444, "input_free_device" }, { 0xaba842fe, "wmi_query_block" }, { 0x4db7c870, "debugfs_create_dir" }, { 0xdc812ab2, "debugfs_create_u32" }, { 0xe1e59c2c, "input_event" }, { 0x8bd4d992, "platform_device_put" }, { 0x417dfe04, "input_set_capability" }, { 0x2cf56265, "__dynamic_pr_debug" }, { 0x141271bf, "acpi_dev_found" }, { 0xcd8ce890, "acpi_format_exception" }, { 0xa19b956, "__stack_chk_fail" }, { 0x35c8d077, "led_classdev_unregister" }, { 0x9ae2c5f3, "backlight_device_unregister" }, { 0x83eb21c, "rfkill_unregister" }, { 0xdb68bbad, "rfkill_destroy" }, { 0x9fa7184a, "cancel_delayed_work_sync" }, { 0xe0f99caf, "backlight_device_register" }, { 0x4dfa8d4b, "mutex_lock" }, { 0x65487097, "__x86_indirect_thunk_rax" }, { 0x3213f038, "mutex_unlock" }, { 0xeeda1ad3, "rfkill_alloc" }, { 0xff282521, "rfkill_register" }, { 0x2143ee6a, "led_classdev_register_ext" }, { 0x1cfba015, "stackleak_track_stack" }, { 0x17b0f8ca, "wmi_get_event_data" }, { 0x84e19161, "sparse_keymap_entry_from_scancode" }, { 0x3bfcce4e, "sparse_keymap_report_event" }, { 0xffeedf6a, "delayed_work_timer_fn" }, { 0x69aea3a6, "param_ops_bool" }, { 0xa7940382, "param_ops_int" }, { 0xbdfb6dbb, "__fentry__" }, { 0x5b8239ca, "__x86_return_thunk" }, { 0x122c3a7e, "_printk" }, { 0x6068bedf, "wmi_evaluate_method" }, { 0xc708f1fe, "ec_write" }, { 0x37a0cba, "kfree" }, { 0x17f341a0, "i8042_lock_chip" }, { 0x4fdee897, "i8042_command" }, { 0x1b8b95ad, "i8042_unlock_chip" }, { 0xd92deb6b, "acpi_evaluate_object" }, { 0xc9d4d6d1, "wmi_has_guid" }, { 0xfbe795d3, "input_unregister_device" }, { 0xfedf6463, "debugfs_remove" }, { 0xc505f3b6, "platform_device_unregister" }, { 0x2d97b4db, "platform_driver_unregister" }, { 0x76ae31fd, "wmi_remove_notify_handler" }, { 0xfc4152fc, "ec_read" }, { 0x1eb9516e, "round_jiffies_relative" }, { 0x2d3385d3, "system_wq" }, { 0x7098e516, "module_layout" }, }; MODULE_INFO(depends, "rfkill,video,sparse-keymap,wmi");