#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" }, { 0x122c3a7e, "_printk" }, { 0x14339a91, "i2c_del_adapter" }, { 0x2601a5fa, "gpiod_get_value_cansleep" }, { 0x115c2209, "gpiod_set_value_cansleep" }, { 0x95f86dbc, "devm_gpiod_get" }, { 0x5b61f0b5, "__dynamic_dev_dbg" }, { 0x5e44c149, "devm_gpiod_get_index" }, { 0xda394c99, "dev_err_probe" }, { 0x1da004f7, "__dev_fwnode" }, { 0x11e6cb56, "devm_kmalloc" }, { 0x7a3ee44f, "device_property_read_u32_array" }, { 0x8e9c2b2f, "device_property_present" }, { 0xa0ada8c7, "gpiod_cansleep" }, { 0x7ebc429e, "_dev_warn" }, { 0xa916b694, "strnlen" }, { 0xdd64e639, "strscpy" }, { 0x2d03c1b7, "device_set_node" }, { 0x9555e357, "i2c_bit_add_numbered_bus" }, { 0x9cc6273a, "desc_to_gpio" }, { 0x876e5cd3, "_dev_info" }, { 0x7f02188f, "__msecs_to_jiffies" }, { 0x656e4a6e, "snprintf" }, { 0xcbd4898c, "fortify_panic" }, { 0xedfcfd8f, "platform_driver_unregister" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "i2c-algo-bit"); MODULE_ALIAS("acpi*:LOON0005:*"); MODULE_ALIAS("of:N*T*Ci2c-gpio"); MODULE_ALIAS("of:N*T*Ci2c-gpioC*");