143 lines
4.8 KiB
C
143 lines
4.8 KiB
C
|
#include <linux/module.h>
|
||
|
#define INCLUDE_VERMAGIC
|
||
|
#include <linux/build-salt.h>
|
||
|
#include <linux/elfnote-lto.h>
|
||
|
#include <linux/export-internal.h>
|
||
|
#include <linux/vermagic.h>
|
||
|
#include <linux/compiler.h>
|
||
|
|
||
|
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
|
||
|
|
||
|
SYMBOL_CRC(asus_wmi_evaluate_method, 0x57c46ceb, "_gpl");
|
||
|
SYMBOL_CRC(asus_wmi_register_driver, 0x30beb79d, "_gpl");
|
||
|
SYMBOL_CRC(asus_wmi_unregister_driver, 0xbe2a246f, "_gpl");
|
||
|
|
||
|
static const struct modversion_info ____versions[]
|
||
|
__used __section("__versions") = {
|
||
|
{ 0x542c2444, "input_free_device" },
|
||
|
{ 0xce593c22, "ledtrig_audio_get" },
|
||
|
{ 0xb8c6464b, "__pci_hp_register" },
|
||
|
{ 0x63e02f62, "pci_get_device" },
|
||
|
{ 0x79b2b9bd, "pci_read_config_dword" },
|
||
|
{ 0x171c016d, "pci_write_config_dword" },
|
||
|
{ 0x579a80b9, "battery_hook_register" },
|
||
|
{ 0xe0f99caf, "backlight_device_register" },
|
||
|
{ 0x5c7ac3b0, "seq_read" },
|
||
|
{ 0x9ee4a9a0, "single_release" },
|
||
|
{ 0x7b15985c, "seq_lseek" },
|
||
|
{ 0x69aea3a6, "param_ops_bool" },
|
||
|
{ 0xbdfb6dbb, "__fentry__" },
|
||
|
{ 0x5b8239ca, "__x86_return_thunk" },
|
||
|
{ 0x122c3a7e, "_printk" },
|
||
|
{ 0xe38a730a, "__platform_create_bundle" },
|
||
|
{ 0xe783e261, "sysfs_emit" },
|
||
|
{ 0x6a6e05bf, "kstrtou8" },
|
||
|
{ 0xc5b6f236, "queue_work_on" },
|
||
|
{ 0x44fa3155, "device_remove_file" },
|
||
|
{ 0x3e14c9f0, "single_open" },
|
||
|
{ 0x6068bedf, "wmi_evaluate_method" },
|
||
|
{ 0x400cf737, "seq_printf" },
|
||
|
{ 0x37a0cba, "kfree" },
|
||
|
{ 0xc505f3b6, "platform_device_unregister" },
|
||
|
{ 0x2d97b4db, "platform_driver_unregister" },
|
||
|
{ 0x69acdf38, "memcpy" },
|
||
|
{ 0xa19b956, "__stack_chk_fail" },
|
||
|
{ 0x5322663e, "acpi_get_handle" },
|
||
|
{ 0x170ddf79, "acpi_install_notify_handler" },
|
||
|
{ 0x4dfa8d4b, "mutex_lock" },
|
||
|
{ 0x3213f038, "mutex_unlock" },
|
||
|
{ 0xeeda1ad3, "rfkill_alloc" },
|
||
|
{ 0xaad6d92f, "rfkill_init_sw_state" },
|
||
|
{ 0xff282521, "rfkill_register" },
|
||
|
{ 0xdb68bbad, "rfkill_destroy" },
|
||
|
{ 0x9cab34a6, "rfkill_set_led_trigger_name" },
|
||
|
{ 0xddbeeecc, "pci_lock_rescan_remove" },
|
||
|
{ 0x8a490c90, "rfkill_set_sw_state" },
|
||
|
{ 0x5f9f49b, "pci_find_bus" },
|
||
|
{ 0x1a5eb9de, "pci_bus_read_config_dword" },
|
||
|
{ 0x23b44796, "pci_get_slot" },
|
||
|
{ 0x6ca35f47, "pci_dev_put" },
|
||
|
{ 0x5790e7a0, "pci_unlock_rescan_remove" },
|
||
|
{ 0x60e27c1e, "pci_stop_and_remove_bus_device" },
|
||
|
{ 0x45eb1a5a, "pci_scan_single_device" },
|
||
|
{ 0x2919f442, "pci_bus_assign_resources" },
|
||
|
{ 0xe1024b19, "pci_bus_add_device" },
|
||
|
{ 0x141271bf, "acpi_dev_found" },
|
||
|
{ 0x83eb21c, "rfkill_unregister" },
|
||
|
{ 0xe88fddf0, "pci_hp_deregister" },
|
||
|
{ 0x8c03d20c, "destroy_workqueue" },
|
||
|
{ 0x1c58427f, "acpi_remove_notify_handler" },
|
||
|
{ 0x3c3ff9fd, "sprintf" },
|
||
|
{ 0x86225258, "sysfs_notify" },
|
||
|
{ 0x8c8569cb, "kstrtoint" },
|
||
|
{ 0xe2d5255a, "strcmp" },
|
||
|
{ 0x625c0979, "device_create_file" },
|
||
|
{ 0xbcab6ee6, "sscanf" },
|
||
|
{ 0x9040242d, "_dev_err" },
|
||
|
{ 0x417dfe04, "input_set_capability" },
|
||
|
{ 0xe1e59c2c, "input_event" },
|
||
|
{ 0x3b6c41ea, "kstrtouint" },
|
||
|
{ 0x67927a0d, "platform_profile_notify" },
|
||
|
{ 0xb024ade4, "_dev_warn" },
|
||
|
{ 0x66b4cc41, "kmemdup" },
|
||
|
{ 0x7cd8d75e, "page_offset_base" },
|
||
|
{ 0x4c9d28b0, "phys_base" },
|
||
|
{ 0x76ae31fd, "wmi_remove_notify_handler" },
|
||
|
{ 0x9ae2c5f3, "backlight_device_unregister" },
|
||
|
{ 0xfbe795d3, "input_unregister_device" },
|
||
|
{ 0x35c8d077, "led_classdev_unregister" },
|
||
|
{ 0xfedf6463, "debugfs_remove" },
|
||
|
{ 0xb32cebcd, "sysfs_remove_group" },
|
||
|
{ 0xbfe36436, "platform_profile_remove" },
|
||
|
{ 0xfdc5183a, "battery_hook_unregister" },
|
||
|
{ 0x17b0f8ca, "wmi_get_event_data" },
|
||
|
{ 0x65487097, "__x86_indirect_thunk_rax" },
|
||
|
{ 0x7de7bf50, "__acpi_video_get_backlight_type" },
|
||
|
{ 0x3bfcce4e, "sparse_keymap_report_event" },
|
||
|
{ 0xc5e260a7, "led_classdev_notify_brightness_hw_changed" },
|
||
|
{ 0x52bc41f8, "backlight_force_update" },
|
||
|
{ 0xcd8ce890, "acpi_format_exception" },
|
||
|
{ 0xc9d4d6d1, "wmi_has_guid" },
|
||
|
{ 0x5b94ad75, "kmalloc_caches" },
|
||
|
{ 0xac4a1f46, "kmalloc_trace" },
|
||
|
{ 0x65b4695, "wmi_get_acpi_device_uid" },
|
||
|
{ 0xa8d1337e, "_dev_info" },
|
||
|
{ 0x633f955, "sysfs_create_group" },
|
||
|
{ 0xcac33cd4, "platform_profile_register" },
|
||
|
{ 0x772da1ff, "input_allocate_device" },
|
||
|
{ 0x6b0bf93, "sparse_keymap_setup" },
|
||
|
{ 0xb5285526, "input_register_device" },
|
||
|
{ 0xb23e3a82, "devm_hwmon_device_register_with_groups" },
|
||
|
{ 0x49cd25ed, "alloc_workqueue" },
|
||
|
{ 0x2143ee6a, "led_classdev_register_ext" },
|
||
|
{ 0xcefb0c9f, "__mutex_init" },
|
||
|
{ 0xf18bdd75, "wmi_install_notify_handler" },
|
||
|
{ 0x4db7c870, "debugfs_create_dir" },
|
||
|
{ 0x10d7d95f, "debugfs_create_x32" },
|
||
|
{ 0x7f192ea, "debugfs_create_file" },
|
||
|
{ 0x7098e516, "module_layout" },
|
||
|
};
|
||
|
|
||
|
MODULE_INFO(depends, "ledtrig-audio,wmi,rfkill,platform_profile,video,sparse-keymap");
|
||
|
|