#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" }, { 0x82ee90dc, "timer_delete_sync" }, { 0x836a75c4, "v4l2_flash_release" }, { 0x115c2209, "gpiod_set_value_cansleep" }, { 0x5194d29c, "regulator_disable" }, { 0x58addc71, "regulator_enable" }, { 0xd1005013, "_dev_err" }, { 0xf1969a8e, "__usecs_to_jiffies" }, { 0x15ba50a6, "jiffies" }, { 0xc38c83b8, "mod_timer" }, { 0xf26a8d76, "gpiod_set_value" }, { 0xdcb764ad, "memset" }, { 0x11e6cb56, "devm_kmalloc" }, { 0x95f86dbc, "devm_gpiod_get" }, { 0xee276765, "devm_regulator_get" }, { 0xc8e9891c, "fwnode_get_next_available_child_node" }, { 0x74aba15c, "fwnode_property_read_u32_array" }, { 0xc6f46339, "init_timer_key" }, { 0x921c1852, "devm_led_classdev_flash_register_ext" }, { 0xa916b694, "strnlen" }, { 0xdd64e639, "strscpy" }, { 0xe0b3a95, "v4l2_flash_init" }, { 0xd353cd99, "fwnode_handle_put" }, { 0x7ebc429e, "_dev_warn" }, { 0xda394c99, "dev_err_probe" }, { 0xcbd4898c, "fortify_panic" }, { 0xedfcfd8f, "platform_driver_unregister" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "v4l2-flash-led-class"); MODULE_ALIAS("of:N*T*Cocs,ocp8110"); MODULE_ALIAS("of:N*T*Cocs,ocp8110C*"); MODULE_ALIAS("of:N*T*Crichtek,rt5033-led"); MODULE_ALIAS("of:N*T*Crichtek,rt5033-ledC*"); MODULE_ALIAS("of:N*T*Csgmicro,sgm3140"); MODULE_ALIAS("of:N*T*Csgmicro,sgm3140C*");