linux-zen-desktop/drivers/platform/x86/fujitsu-laptop.mod.c

86 lines
2.6 KiB
C
Raw Permalink Normal View History

2023-08-30 17:31:07 +02:00
#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") = {
{ 0xb5285526, "input_register_device" },
{ 0xc1898b84, "devm_backlight_device_register" },
{ 0x84e19161, "sparse_keymap_entry_from_scancode" },
{ 0x34db050b, "_raw_spin_lock_irqsave" },
{ 0xf23fcb99, "__kfifo_in" },
{ 0xd35cce70, "_raw_spin_unlock_irqrestore" },
{ 0xa8d1337e, "_dev_info" },
{ 0x13d0adf7, "__kfifo_out" },
{ 0x3bfcce4e, "sparse_keymap_report_event" },
{ 0x4ddf0d50, "__dynamic_dev_dbg" },
{ 0xb32cebcd, "sysfs_remove_group" },
{ 0xc505f3b6, "platform_device_unregister" },
{ 0xdb760f52, "__kfifo_free" },
{ 0xb4043948, "acpi_execute_simple_method" },
{ 0x509b64ea, "acpi_has_method" },
{ 0x139f2189, "__kfifo_alloc" },
{ 0xd4835ef8, "dmi_check_system" },
{ 0x222f0875, "devm_led_classdev_register_ext" },
{ 0x564043a0, "platform_device_alloc" },
{ 0x37a96071, "platform_device_add" },
{ 0x8bd4d992, "platform_device_put" },
{ 0x56470118, "__warn_printk" },
{ 0x633f955, "sysfs_create_group" },
{ 0x597fd9bb, "platform_device_del" },
{ 0x69aea3a6, "param_ops_bool" },
{ 0xa7940382, "param_ops_int" },
{ 0xbdfb6dbb, "__fentry__" },
{ 0x122c3a7e, "_printk" },
{ 0x5b8239ca, "__x86_return_thunk" },
{ 0x13f677d9, "acpi_bus_register_driver" },
{ 0x2f5507b8, "__platform_driver_register" },
{ 0x2d97b4db, "platform_driver_unregister" },
{ 0xf145ef9b, "acpi_bus_unregister_driver" },
{ 0x1cfba015, "stackleak_track_stack" },
{ 0x735e6a81, "acpi_evaluate_integer" },
{ 0x39b12223, "__acpi_handle_debug" },
{ 0xd8df08ac, "acpi_handle_printk" },
{ 0x7de7bf50, "__acpi_video_get_backlight_type" },
{ 0x5bc8ba21, "devm_kmalloc" },
{ 0x7cae9d9d, "devm_input_allocate_device" },
{ 0x2b2add11, "acpi_device_hid" },
{ 0x656e4a6e, "snprintf" },
{ 0x6b0bf93, "sparse_keymap_setup" },
{ 0x7098e516, "module_layout" },
};
MODULE_INFO(depends, "sparse-keymap,video");
MODULE_ALIAS("acpi*:FUJ02B1:*");
MODULE_ALIAS("acpi*:FUJ02E3:*");
MODULE_INFO(srcversion, "67EFD52487B27982F4C13CF");