#include #define INCLUDE_VERMAGIC #include #include #include #include #include #ifdef CONFIG_UNWINDER_ORC #include ORC_HEADER; #endif 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") = { { 0xe2385937, "__platform_driver_register" }, { 0xedfcfd8f, "platform_driver_unregister" }, { 0x2d3385d3, "system_wq" }, { 0xb2fcb56d, "queue_delayed_work_on" }, { 0xf24bbc11, "gpio_to_desc" }, { 0xfe1c2a0b, "gpiod_to_irq" }, { 0x27bbf221, "disable_irq_nosync" }, { 0x34db050b, "_raw_spin_lock_irqsave" }, { 0x7f02188f, "__msecs_to_jiffies" }, { 0xd35cce70, "_raw_spin_unlock_irqrestore" }, { 0x8427cc7b, "_raw_spin_lock_irq" }, { 0x4b750f53, "_raw_spin_unlock_irq" }, { 0xb5e73116, "flush_delayed_work" }, { 0xc1514a3b, "free_irq" }, { 0xfe990052, "gpio_free" }, { 0x51dc0c69, "input_unregister_device" }, { 0x37a0cba, "kfree" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x29977925, "kmalloc_trace" }, { 0xa679a722, "input_allocate_device" }, { 0xffeedf6a, "delayed_work_timer_fn" }, { 0xc6f46339, "init_timer_key" }, { 0xa7bec6ac, "matrix_keypad_build_keymap" }, { 0x2d36e407, "input_set_capability" }, { 0xcf959962, "gpiod_direction_input" }, { 0x47229b5c, "gpio_request" }, { 0xd1005013, "_dev_err" }, { 0xb1b80137, "gpiod_direction_output_raw" }, { 0xcf590a54, "input_free_device" }, { 0x11e6cb56, "devm_kmalloc" }, { 0x2ea6c66e, "gpiod_count" }, { 0x60bcf7e1, "of_find_property" }, { 0x337465e7, "of_property_read_variable_u32_array" }, { 0x9e7cb83a, "of_get_named_gpio" }, { 0xdbdb0e8b, "request_any_context_irq" }, { 0x23bb6416, "input_register_device" }, { 0x60a489a4, "device_set_wakeup_capable" }, { 0xab8bee5d, "device_wakeup_enable" }, { 0x1b74f17c, "device_wakeup_disable" }, { 0xce2840e7, "irq_set_irq_wake" }, { 0xae083761, "gpiod_set_raw_value_cansleep" }, { 0xdcb764ad, "memset" }, { 0x9e7d6bd0, "__udelay" }, { 0x249717f1, "gpiod_get_raw_value_cansleep" }, { 0x3a6e46e8, "input_event" }, { 0xfcec0987, "enable_irq" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "matrix-keymap"); MODULE_ALIAS("of:N*T*Cgpio-matrix-keypad"); MODULE_ALIAS("of:N*T*Cgpio-matrix-keypadC*");