60 lines
1.7 KiB
C
60 lines
1.7 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(si470x_set_freq, 0x1d5a980e, "_gpl");
|
||
|
SYMBOL_CRC(si470x_start, 0xc7cfb899, "_gpl");
|
||
|
SYMBOL_CRC(si470x_stop, 0xfc469314, "_gpl");
|
||
|
SYMBOL_CRC(si470x_ctrl_ops, 0x8a05da27, "_gpl");
|
||
|
SYMBOL_CRC(si470x_viddev_template, 0xdeb9c905, "_gpl");
|
||
|
|
||
|
static const struct modversion_info ____versions[]
|
||
|
__used __section("__versions") = {
|
||
|
{ 0x1000e51, "schedule" },
|
||
|
{ 0x8c26d495, "prepare_to_wait_event" },
|
||
|
{ 0x92540fbf, "finish_wait" },
|
||
|
{ 0x6b10bee1, "_copy_to_user" },
|
||
|
{ 0x7f02188f, "__msecs_to_jiffies" },
|
||
|
{ 0x4a3ad70e, "wait_for_completion_timeout" },
|
||
|
{ 0xb024ade4, "_dev_warn" },
|
||
|
{ 0xe9033b0a, "video_device_release_empty" },
|
||
|
{ 0xcfac1f6e, "v4l2_event_unsubscribe" },
|
||
|
{ 0x17320dc8, "v4l2_ctrl_subscribe_event" },
|
||
|
{ 0x24dad54d, "video_ioctl2" },
|
||
|
{ 0x1ddc4586, "param_ops_uint" },
|
||
|
{ 0x9fa6e7d6, "param_ops_ushort" },
|
||
|
{ 0xbdfb6dbb, "__fentry__" },
|
||
|
{ 0x65487097, "__x86_indirect_thunk_rax" },
|
||
|
{ 0x5b8239ca, "__x86_return_thunk" },
|
||
|
{ 0xf42c30ab, "video_devdata" },
|
||
|
{ 0xfe7c193b, "v4l2_ctrl_poll" },
|
||
|
{ 0xe2c17b5d, "__SCT__might_resched" },
|
||
|
{ 0xfe487975, "init_wait_entry" },
|
||
|
{ 0x7098e516, "module_layout" },
|
||
|
};
|
||
|
|
||
|
MODULE_INFO(depends, "videodev");
|
||
|
|