#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 KSYMTAB_FUNC(v4l2_async_nf_init, "", ""); KSYMTAB_FUNC(v4l2_async_subdev_nf_init, "_gpl", ""); KSYMTAB_FUNC(v4l2_async_nf_register, "", ""); KSYMTAB_FUNC(v4l2_async_nf_unregister, "", ""); KSYMTAB_FUNC(v4l2_async_nf_cleanup, "_gpl", ""); KSYMTAB_FUNC(__v4l2_async_nf_add_fwnode, "_gpl", ""); KSYMTAB_FUNC(__v4l2_async_nf_add_fwnode_remote, "_gpl", ""); KSYMTAB_FUNC(__v4l2_async_nf_add_i2c, "_gpl", ""); KSYMTAB_FUNC(v4l2_async_subdev_endpoint_add, "_gpl", ""); KSYMTAB_FUNC(v4l2_async_connection_unique, "_gpl", ""); KSYMTAB_FUNC(v4l2_async_register_subdev, "", ""); KSYMTAB_FUNC(v4l2_async_unregister_subdev, "", ""); SYMBOL_CRC(v4l2_async_nf_init, 0xddeea1b7, ""); SYMBOL_CRC(v4l2_async_subdev_nf_init, 0xa304d74b, "_gpl"); SYMBOL_CRC(v4l2_async_nf_register, 0x4f380743, ""); SYMBOL_CRC(v4l2_async_nf_unregister, 0x39ca37f2, ""); SYMBOL_CRC(v4l2_async_nf_cleanup, 0xd901f00f, "_gpl"); SYMBOL_CRC(__v4l2_async_nf_add_fwnode, 0xa1cd2345, "_gpl"); SYMBOL_CRC(__v4l2_async_nf_add_fwnode_remote, 0x5ad50854, "_gpl"); SYMBOL_CRC(__v4l2_async_nf_add_i2c, 0xf069783e, "_gpl"); SYMBOL_CRC(v4l2_async_subdev_endpoint_add, 0x37e3a585, "_gpl"); SYMBOL_CRC(v4l2_async_connection_unique, 0x33cf0658, "_gpl"); SYMBOL_CRC(v4l2_async_register_subdev, 0x213c85ee, ""); SYMBOL_CRC(v4l2_async_unregister_subdev, 0xb28ab639, ""); static const struct modversion_info ____versions[] __used __section("__versions") = { { 0xff735f14, "i2c_verify_client" }, { 0x6474ec3e, "debugfs_create_dir" }, { 0x81e831ee, "debugfs_create_file" }, { 0x841e78d7, "single_open" }, { 0x4dfa8d4b, "mutex_lock" }, { 0x7d2f15d3, "seq_printf" }, { 0x17a81c9c, "fwnode_property_present" }, { 0x9be2f324, "fwnode_graph_get_port_parent" }, { 0xd353cd99, "fwnode_handle_put" }, { 0x3213f038, "mutex_unlock" }, { 0xad57bfc1, "fwnode_handle_get" }, { 0x516babb7, "debugfs_remove" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x29977925, "kmalloc_trace" }, { 0x7696f8c7, "__list_add_valid_or_report" }, { 0xeb233a45, "__kmalloc" }, { 0x62e86232, "fwnode_graph_get_remote_endpoint" }, { 0x37a0cba, "kfree" }, { 0x950eb34e, "__list_del_entry_valid_or_report" }, { 0xb34fa96d, "v4l2_device_unregister_subdev" }, { 0x9af9f3d7, "v4l2_subdev_put_privacy_led" }, { 0x5b61f0b5, "__dynamic_dev_dbg" }, { 0x1da004f7, "__dev_fwnode" }, { 0xefe3e9ed, "v4l2_device_register_subdev" }, { 0xbc427a1d, "media_create_ancillary_link" }, { 0xd1005013, "_dev_err" }, { 0x7ebc429e, "_dev_warn" }, { 0x35b1afea, "seq_lseek" }, { 0x199cc7a6, "seq_read" }, { 0x64251e94, "single_release" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "videodev,mc");