71 lines
2.1 KiB
C
71 lines
2.1 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(cx2341x_mpeg_ctrls, 0x55aa7c5f, "");
|
||
|
SYMBOL_CRC(cx2341x_ctrl_query, 0x15ac1bd0, "");
|
||
|
SYMBOL_CRC(cx2341x_ctrl_get_menu, 0x28240e61, "");
|
||
|
SYMBOL_CRC(cx2341x_ext_ctrls, 0x32f1202c, "");
|
||
|
SYMBOL_CRC(cx2341x_fill_defaults, 0x7b4dd2cb, "");
|
||
|
SYMBOL_CRC(cx2341x_update, 0xdbc5583a, "");
|
||
|
SYMBOL_CRC(cx2341x_log_status, 0xe1fe1432, "");
|
||
|
SYMBOL_CRC(cx2341x_handler_init, 0xe43af8f8, "");
|
||
|
SYMBOL_CRC(cx2341x_handler_set_50hz, 0x4c07e805, "");
|
||
|
SYMBOL_CRC(cx2341x_handler_setup, 0x5a035399, "");
|
||
|
SYMBOL_CRC(cx2341x_handler_set_busy, 0xa482724c, "");
|
||
|
|
||
|
static const struct modversion_info ____versions[]
|
||
|
__used __section("__versions") = {
|
||
|
{ 0xbdfb6dbb, "__fentry__" },
|
||
|
{ 0x5b8239ca, "__x86_return_thunk" },
|
||
|
{ 0x31549b2a, "__x86_indirect_thunk_r10" },
|
||
|
{ 0x65487097, "__x86_indirect_thunk_rax" },
|
||
|
{ 0x315de2cf, "v4l2_ctrl_get_menu" },
|
||
|
{ 0xd122167c, "v4l2_ctrl_activate" },
|
||
|
{ 0x96547cef, "v4l2_ctrl_g_ctrl" },
|
||
|
{ 0x57b29b70, "v4l2_ctrl_handler_setup" },
|
||
|
{ 0xa916b694, "strnlen" },
|
||
|
{ 0xdd64e639, "strscpy" },
|
||
|
{ 0x89e3897d, "v4l2_ctrl_query_fill" },
|
||
|
{ 0xcbd4898c, "fortify_panic" },
|
||
|
{ 0x4dfa8d4b, "mutex_lock" },
|
||
|
{ 0x4fbd161, "__v4l2_ctrl_grab" },
|
||
|
{ 0x3213f038, "mutex_unlock" },
|
||
|
{ 0xa19b956, "__stack_chk_fail" },
|
||
|
{ 0x1cfba015, "stackleak_track_stack" },
|
||
|
{ 0xb5d9f6f7, "v4l2_ctrl_handler_init_class" },
|
||
|
{ 0x268cb0ba, "v4l2_ctrl_new_std_menu" },
|
||
|
{ 0x5fa3b699, "v4l2_ctrl_new_std" },
|
||
|
{ 0xc5cf4acc, "v4l2_ctrl_new_custom" },
|
||
|
{ 0xde9fd3dc, "v4l2_ctrl_cluster" },
|
||
|
{ 0x60f3819a, "v4l2_ctrl_handler_free" },
|
||
|
{ 0x122c3a7e, "_printk" },
|
||
|
{ 0xa7940382, "param_ops_int" },
|
||
|
{ 0x7098e516, "module_layout" },
|
||
|
};
|
||
|
|
||
|
MODULE_INFO(depends, "videodev");
|
||
|
|