#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, .arch = MODULE_ARCH_INIT, }; MODULE_INFO(intree, "Y"); #ifdef CONFIG_RETPOLINE MODULE_INFO(retpoline, "Y"); #endif KSYMTAB_FUNC(v4l2_flash_init, "_gpl", ""); KSYMTAB_FUNC(v4l2_flash_indicator_init, "_gpl", ""); KSYMTAB_FUNC(v4l2_flash_release, "_gpl", ""); SYMBOL_CRC(v4l2_flash_init, 0x0e0b3a95, "_gpl"); SYMBOL_CRC(v4l2_flash_indicator_init, 0xeb4839f8, "_gpl"); SYMBOL_CRC(v4l2_flash_release, 0x836a75c4, "_gpl"); static const struct modversion_info ____versions[] __used __section("__versions") = { { 0x80d09dbe, "led_set_brightness_sync" }, { 0x6c7a1f47, "v4l2_fh_is_singular" }, { 0x4dfa8d4b, "mutex_lock" }, { 0x8734b1e4, "led_sysfs_disable" }, { 0x537cd74c, "led_trigger_remove" }, { 0x3213f038, "mutex_unlock" }, { 0x619d3bdd, "led_set_flash_timeout" }, { 0x56e0c5b3, "led_set_flash_brightness" }, { 0xecb0bb1b, "led_sysfs_enable" }, { 0x2201c623, "led_update_brightness" }, { 0x11813a43, "led_get_flash_fault" }, { 0xfbba1003, "led_update_flash_brightness" }, { 0xb28ab639, "v4l2_async_unregister_subdev" }, { 0xd353cd99, "fwnode_handle_put" }, { 0x7693d081, "v4l2_ctrl_handler_free" }, { 0x855e9d8d, "__v4l2_ctrl_s_ctrl" }, { 0x11e6cb56, "devm_kmalloc" }, { 0xb5fd72d6, "v4l2_subdev_init" }, { 0xa916b694, "strnlen" }, { 0xdd64e639, "strscpy" }, { 0xd44a8555, "media_entity_pads_init" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x29977925, "kmalloc_trace" }, { 0xe213f1d6, "v4l2_ctrl_handler_init_class" }, { 0xa5d4076f, "v4l2_ctrl_new_std" }, { 0xc48812e0, "v4l2_ctrl_new_std_menu" }, { 0x37a0cba, "kfree" }, { 0xc397eb8c, "v4l2_ctrl_handler_setup" }, { 0xad57bfc1, "fwnode_handle_get" }, { 0x213c85ee, "v4l2_async_register_subdev" }, { 0x1da004f7, "__dev_fwnode" }, { 0xcbd4898c, "fortify_panic" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "videodev,v4l2-async,mc");