linux-zen-desktop/drivers/platform/x86/dell/dell-wmi.mod.c

83 lines
2.5 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(dell_privacy_has_mic_mute, 0x9d4b709e, "_gpl");
static const struct modversion_info ____versions[]
__used __section("__versions") = {
{ 0x37a0cba, "kfree" },
{ 0xc2871e79, "dell_smbios_error" },
{ 0x4ddf0d50, "__dynamic_dev_dbg" },
{ 0xbdfb6dbb, "__fentry__" },
{ 0x45170471, "dell_smbios_call" },
{ 0x542c2444, "input_free_device" },
{ 0x122c3a7e, "_printk" },
{ 0xb5285526, "input_register_device" },
{ 0x90beffbd, "wmidev_block_query" },
{ 0xcd8ce890, "acpi_format_exception" },
{ 0xa3dcfa65, "dell_wmi_get_descriptor_valid" },
{ 0x9040242d, "_dev_err" },
{ 0xc9d4d6d1, "wmi_has_guid" },
{ 0x4dfa8d4b, "mutex_lock" },
{ 0x222f0875, "devm_led_classdev_register_ext" },
{ 0xb024ade4, "_dev_warn" },
{ 0xd4835ef8, "dmi_check_system" },
{ 0x5b8239ca, "__x86_return_thunk" },
{ 0x7c983a5d, "dmi_walk" },
{ 0xce593c22, "ledtrig_audio_get" },
{ 0xe1e59c2c, "input_event" },
{ 0x6b0bf93, "sparse_keymap_setup" },
{ 0x23ce6f3e, "wmi_driver_unregister" },
{ 0x45081703, "ec_get_handle" },
{ 0x43f2c106, "__wmi_driver_register" },
{ 0x9559234e, "dell_wmi_get_interface_version" },
{ 0x3213f038, "mutex_unlock" },
{ 0xd92deb6b, "acpi_evaluate_object" },
{ 0x2cf56265, "__dynamic_pr_debug" },
{ 0xac4a1f46, "kmalloc_trace" },
{ 0x99f2d00a, "sysfs_emit_at" },
{ 0xeb233a45, "__kmalloc" },
{ 0x5b94ad75, "kmalloc_caches" },
{ 0x772da1ff, "input_allocate_device" },
{ 0x84e19161, "sparse_keymap_entry_from_scancode" },
{ 0x509b64ea, "acpi_has_method" },
{ 0x5bc8ba21, "devm_kmalloc" },
{ 0xb1dafb60, "sparse_keymap_report_entry" },
{ 0x7cc484a5, "acpi_video_handles_brightness_key_presses" },
{ 0xb9400dbf, "dell_laptop_call_notifier" },
{ 0x7cae9d9d, "devm_input_allocate_device" },
{ 0xfbe795d3, "input_unregister_device" },
{ 0x7098e516, "module_layout" },
};
MODULE_INFO(depends, "dell-smbios,wmi,dell-wmi-descriptor,ledtrig-audio,sparse-keymap,video");
MODULE_ALIAS("wmi:9DBB5994-A997-11DA-B012-B622A1EF5492");