#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_fwnode_endpoint_parse, "_gpl", ""); KSYMTAB_FUNC(v4l2_fwnode_endpoint_free, "_gpl", ""); KSYMTAB_FUNC(v4l2_fwnode_endpoint_alloc_parse, "_gpl", ""); KSYMTAB_FUNC(v4l2_fwnode_parse_link, "_gpl", ""); KSYMTAB_FUNC(v4l2_fwnode_put_link, "_gpl", ""); KSYMTAB_FUNC(v4l2_fwnode_connector_free, "_gpl", ""); KSYMTAB_FUNC(v4l2_fwnode_connector_parse, "_gpl", ""); KSYMTAB_FUNC(v4l2_fwnode_connector_add_link, "_gpl", ""); KSYMTAB_FUNC(v4l2_fwnode_device_parse, "_gpl", ""); KSYMTAB_FUNC(v4l2_async_register_subdev_sensor, "_gpl", ""); SYMBOL_CRC(v4l2_fwnode_endpoint_parse, 0x68533511, "_gpl"); SYMBOL_CRC(v4l2_fwnode_endpoint_free, 0x10aad68c, "_gpl"); SYMBOL_CRC(v4l2_fwnode_endpoint_alloc_parse, 0x117f31ea, "_gpl"); SYMBOL_CRC(v4l2_fwnode_parse_link, 0xbc63b2c9, "_gpl"); SYMBOL_CRC(v4l2_fwnode_put_link, 0x38b3c6d7, "_gpl"); SYMBOL_CRC(v4l2_fwnode_connector_free, 0x612ddce5, "_gpl"); SYMBOL_CRC(v4l2_fwnode_connector_parse, 0xe3f44c4a, "_gpl"); SYMBOL_CRC(v4l2_fwnode_connector_add_link, 0x7a460ef1, "_gpl"); SYMBOL_CRC(v4l2_fwnode_device_parse, 0xb3148506, "_gpl"); SYMBOL_CRC(v4l2_async_register_subdev_sensor, 0x88cad120, "_gpl"); static const struct modversion_info ____versions[] __used __section("__versions") = { { 0x74aba15c, "fwnode_property_read_u32_array" }, { 0x17a81c9c, "fwnode_property_present" }, { 0x2cf56265, "__dynamic_pr_debug" }, { 0x122c3a7e, "_printk" }, { 0x44511a0b, "fwnode_graph_parse_endpoint" }, { 0x37a0cba, "kfree" }, { 0xd353cd99, "fwnode_handle_put" }, { 0x9be2f324, "fwnode_graph_get_port_parent" }, { 0x62e86232, "fwnode_graph_get_remote_endpoint" }, { 0xf8c769d7, "fwnode_property_read_string" }, { 0xe2d5255a, "strcmp" }, { 0xdcb764ad, "memset" }, { 0xe8c71c34, "fwnode_get_name" }, { 0x1e435549, "fwnode_graph_get_remote_port_parent" }, { 0x365e7911, "kstrdup_const" }, { 0x1da004f7, "__dev_fwnode" }, { 0x5b61f0b5, "__dynamic_dev_dbg" }, { 0x7ebc429e, "_dev_warn" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x29977925, "kmalloc_trace" }, { 0x7696f8c7, "__list_add_valid_or_report" }, { 0xa304d74b, "v4l2_async_subdev_nf_init" }, { 0xdfb5b539, "v4l2_subdev_get_privacy_led" }, { 0x3acdce59, "fwnode_property_get_reference_args" }, { 0xa1cd2345, "__v4l2_async_nf_add_fwnode" }, { 0x4f380743, "v4l2_async_nf_register" }, { 0x213c85ee, "v4l2_async_register_subdev" }, { 0x9af9f3d7, "v4l2_subdev_put_privacy_led" }, { 0xd901f00f, "v4l2_async_nf_cleanup" }, { 0x39ca37f2, "v4l2_async_nf_unregister" }, { 0x950eb34e, "__list_del_entry_valid_or_report" }, { 0x7ef45f71, "fwnode_property_read_u64_array" }, { 0xeb233a45, "__kmalloc" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "v4l2-async,videodev");