87 lines
3.0 KiB
C
87 lines
3.0 KiB
C
#include <linux/module.h>
|
|
#define INCLUDE_VERMAGIC
|
|
#include <linux/build-salt.h>
|
|
#include <linux/elfnote-lto.h>
|
|
#include <linux/export-internal.h>
|
|
#include <linux/vermagic.h>
|
|
#include <linux/compiler.h>
|
|
|
|
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
|
|
|
|
SYMBOL_CRC(v4l2_fwnode_endpoint_parse, 0xc538e635, "_gpl");
|
|
SYMBOL_CRC(v4l2_fwnode_endpoint_free, 0x9ded9337, "_gpl");
|
|
SYMBOL_CRC(v4l2_fwnode_endpoint_alloc_parse, 0xb4868601, "_gpl");
|
|
SYMBOL_CRC(v4l2_fwnode_parse_link, 0x30dd7379, "_gpl");
|
|
SYMBOL_CRC(v4l2_fwnode_put_link, 0x7e99b25a, "_gpl");
|
|
SYMBOL_CRC(v4l2_fwnode_connector_free, 0x612ddce5, "_gpl");
|
|
SYMBOL_CRC(v4l2_fwnode_connector_parse, 0x4b8a2d2d, "_gpl");
|
|
SYMBOL_CRC(v4l2_fwnode_connector_add_link, 0x245f3729, "_gpl");
|
|
SYMBOL_CRC(v4l2_fwnode_device_parse, 0x9f3b5da2, "_gpl");
|
|
SYMBOL_CRC(v4l2_async_nf_parse_fwnode_endpoints, 0xf625b5fa, "_gpl");
|
|
SYMBOL_CRC(v4l2_async_register_subdev_sensor, 0xb2fe7927, "_gpl");
|
|
|
|
static const struct modversion_info ____versions[]
|
|
__used __section("__versions") = {
|
|
{ 0xbdfb6dbb, "__fentry__" },
|
|
{ 0xa41d1573, "fwnode_property_read_u32_array" },
|
|
{ 0x122c3a7e, "_printk" },
|
|
{ 0x470eade0, "fwnode_property_present" },
|
|
{ 0x5b8239ca, "__x86_return_thunk" },
|
|
{ 0x2cf56265, "__dynamic_pr_debug" },
|
|
{ 0xdb7b836c, "fwnode_graph_parse_endpoint" },
|
|
{ 0x37a0cba, "kfree" },
|
|
{ 0x76a50ec9, "fwnode_handle_put" },
|
|
{ 0xdaf107dc, "fwnode_graph_get_port_parent" },
|
|
{ 0xf3c3b7e2, "fwnode_graph_get_remote_endpoint" },
|
|
{ 0x6c459d94, "__dev_fwnode" },
|
|
{ 0x4ddf0d50, "__dynamic_dev_dbg" },
|
|
{ 0xb024ade4, "_dev_warn" },
|
|
{ 0xa43d815c, "fwnode_property_get_reference_args" },
|
|
{ 0x29b4b714, "fwnode_get_next_child_node" },
|
|
{ 0x1cfba015, "stackleak_track_stack" },
|
|
{ 0x5b94ad75, "kmalloc_caches" },
|
|
{ 0xac4a1f46, "kmalloc_trace" },
|
|
{ 0x823c6e97, "v4l2_async_nf_init" },
|
|
{ 0x44011771, "v4l2_subdev_get_privacy_led" },
|
|
{ 0x2fbe8eff, "is_acpi_device_node" },
|
|
{ 0xf044dda1, "__v4l2_async_nf_add_fwnode" },
|
|
{ 0xde2d6e7f, "v4l2_subdev_put_privacy_led" },
|
|
{ 0x69408e6f, "v4l2_async_nf_cleanup" },
|
|
{ 0x40e6853c, "is_acpi_data_node" },
|
|
{ 0xa062549f, "v4l2_async_subdev_nf_register" },
|
|
{ 0xee39fe7d, "v4l2_async_register_subdev" },
|
|
{ 0x170388da, "v4l2_async_nf_unregister" },
|
|
{ 0xca0d930b, "fwnode_property_read_u64_array" },
|
|
{ 0xeb233a45, "__kmalloc" },
|
|
{ 0xc5974fc, "fwnode_graph_get_next_endpoint" },
|
|
{ 0x1ababaa5, "fwnode_device_is_available" },
|
|
{ 0xc339a8f2, "fwnode_graph_get_remote_port_parent" },
|
|
{ 0x65487097, "__x86_indirect_thunk_rax" },
|
|
{ 0x2f80ee76, "__v4l2_async_nf_add_subdev" },
|
|
{ 0xa19b956, "__stack_chk_fail" },
|
|
{ 0x55c604e0, "fwnode_property_read_string" },
|
|
{ 0xe2d5255a, "strcmp" },
|
|
{ 0x8846ad1a, "fwnode_get_name" },
|
|
{ 0x365e7911, "kstrdup_const" },
|
|
{ 0x7098e516, "module_layout" },
|
|
};
|
|
|
|
MODULE_INFO(depends, "v4l2-async,videodev");
|
|
|