#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" }, { 0x3c3ff9fd, "sprintf" }, { 0x2601a5fa, "gpiod_get_value_cansleep" }, { 0x550ca936, "sysfs_notify" }, { 0x9f4e67f, "kobject_uevent" }, { 0xedfcfd8f, "platform_driver_unregister" }, { 0x2d3385d3, "system_wq" }, { 0xc5b6f236, "queue_work_on" }, { 0x11e6cb56, "devm_kmalloc" }, { 0x87301a81, "devm_gpiod_get_optional" }, { 0x2ea6c66e, "gpiod_count" }, { 0x5e44c149, "devm_gpiod_get_index" }, { 0xcefb0c9f, "__mutex_init" }, { 0x8a4d427e, "gpiod_direction_output" }, { 0xde417fc4, "devm_hwmon_device_register_with_groups" }, { 0xfe1c2a0b, "gpiod_to_irq" }, { 0xbc477a2, "irq_set_irq_type" }, { 0xb2214cad, "devm_request_threaded_irq" }, { 0xb1be32bc, "devm_thermal_of_cooling_device_register" }, { 0x876e5cd3, "_dev_info" }, { 0x60bcf7e1, "of_find_property" }, { 0xad96e373, "of_prop_next_u32" }, { 0xfc396156, "__devm_add_action" }, { 0x115c2209, "gpiod_set_value_cansleep" }, { 0x7ebc429e, "_dev_warn" }, { 0xd1005013, "_dev_err" }, { 0x5c3c7387, "kstrtoull" }, { 0x4dfa8d4b, "mutex_lock" }, { 0x3213f038, "mutex_unlock" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, ""); MODULE_ALIAS("of:N*T*Cgpio-fan"); MODULE_ALIAS("of:N*T*Cgpio-fanC*");