112 lines
3.6 KiB
C
112 lines
3.6 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
|
|
|
|
|
|
static const struct modversion_info ____versions[]
|
|
__used __section("__versions") = {
|
|
{ 0xd92deb6b, "acpi_evaluate_object" },
|
|
{ 0x15ba50a6, "jiffies" },
|
|
{ 0x1000e51, "schedule" },
|
|
{ 0xd8df08ac, "acpi_handle_printk" },
|
|
{ 0x3b6c41ea, "kstrtouint" },
|
|
{ 0x4fdee897, "i8042_command" },
|
|
{ 0x86225258, "sysfs_notify" },
|
|
{ 0x52bc41f8, "backlight_force_update" },
|
|
{ 0xa8d1337e, "_dev_info" },
|
|
{ 0xc5e260a7, "led_classdev_notify_brightness_hw_changed" },
|
|
{ 0xcdce87c, "rfkill_set_hw_state_reason" },
|
|
{ 0x89940875, "mutex_lock_interruptible" },
|
|
{ 0x2fbe8eff, "is_acpi_device_node" },
|
|
{ 0x509b64ea, "acpi_has_method" },
|
|
{ 0x44742e6, "device_add_groups" },
|
|
{ 0x4db7c870, "debugfs_create_dir" },
|
|
{ 0x7f192ea, "debugfs_create_file" },
|
|
{ 0x772da1ff, "input_allocate_device" },
|
|
{ 0x6b0bf93, "sparse_keymap_setup" },
|
|
{ 0xb5285526, "input_register_device" },
|
|
{ 0x2143ee6a, "led_classdev_register_ext" },
|
|
{ 0x5b94ad75, "kmalloc_caches" },
|
|
{ 0xac4a1f46, "kmalloc_trace" },
|
|
{ 0xcefb0c9f, "__mutex_init" },
|
|
{ 0xcac33cd4, "platform_profile_register" },
|
|
{ 0x67927a0d, "platform_profile_notify" },
|
|
{ 0xd4835ef8, "dmi_check_system" },
|
|
{ 0x9040242d, "_dev_err" },
|
|
{ 0x542c2444, "input_free_device" },
|
|
{ 0x7de7bf50, "__acpi_video_get_backlight_type" },
|
|
{ 0x170ddf79, "acpi_install_notify_handler" },
|
|
{ 0xeeda1ad3, "rfkill_alloc" },
|
|
{ 0xaad6d92f, "rfkill_init_sw_state" },
|
|
{ 0xff282521, "rfkill_register" },
|
|
{ 0xe0f99caf, "backlight_device_register" },
|
|
{ 0x65487097, "__x86_indirect_thunk_rax" },
|
|
{ 0x5c7ac3b0, "seq_read" },
|
|
{ 0x9ee4a9a0, "single_release" },
|
|
{ 0x7b15985c, "seq_lseek" },
|
|
{ 0x69aea3a6, "param_ops_bool" },
|
|
{ 0xbdfb6dbb, "__fentry__" },
|
|
{ 0x5b8239ca, "__x86_return_thunk" },
|
|
{ 0x124bad4d, "kstrtobool" },
|
|
{ 0xb4043948, "acpi_execute_simple_method" },
|
|
{ 0x735e6a81, "acpi_evaluate_integer" },
|
|
{ 0xe783e261, "sysfs_emit" },
|
|
{ 0x5bc8ba21, "devm_kmalloc" },
|
|
{ 0x3e14c9f0, "single_open" },
|
|
{ 0x400cf737, "seq_printf" },
|
|
{ 0xf03b44e, "seq_puts" },
|
|
{ 0x4dfa8d4b, "mutex_lock" },
|
|
{ 0x3213f038, "mutex_unlock" },
|
|
{ 0x3bfcce4e, "sparse_keymap_report_event" },
|
|
{ 0xb024ade4, "_dev_warn" },
|
|
{ 0x4ddf0d50, "__dynamic_dev_dbg" },
|
|
{ 0x43f2c106, "__wmi_driver_register" },
|
|
{ 0x2f5507b8, "__platform_driver_register" },
|
|
{ 0x23ce6f3e, "wmi_driver_unregister" },
|
|
{ 0x2d97b4db, "platform_driver_unregister" },
|
|
{ 0x1c58427f, "acpi_remove_notify_handler" },
|
|
{ 0x9ae2c5f3, "backlight_device_unregister" },
|
|
{ 0xbfe36436, "platform_profile_remove" },
|
|
{ 0x37a0cba, "kfree" },
|
|
{ 0x83eb21c, "rfkill_unregister" },
|
|
{ 0xdb68bbad, "rfkill_destroy" },
|
|
{ 0x35c8d077, "led_classdev_unregister" },
|
|
{ 0xfbe795d3, "input_unregister_device" },
|
|
{ 0xfedf6463, "debugfs_remove" },
|
|
{ 0xe6d447a, "device_remove_groups" },
|
|
{ 0x7098e516, "module_layout" },
|
|
};
|
|
|
|
MODULE_INFO(depends, "rfkill,sparse-keymap,platform_profile,video,wmi");
|
|
|
|
MODULE_ALIAS("acpi*:VPC2004:*");
|
|
MODULE_ALIAS("wmi:26CAB2E5-5CF1-46AE-AAC3-4A12B6BA50E6");
|
|
MODULE_ALIAS("wmi:56322276-8493-4CE8-A783-98C991274F5E");
|
|
MODULE_ALIAS("wmi:8FC0DE0C-B4E4-43FD-B0F3-8871711C1294");
|