linux-zen-desktop/drivers/media/radio/si470x/radio-si470x-i2c.mod.c

81 lines
2.3 KiB
C
Raw Normal View History

2023-08-30 17:31:07 +02:00
#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,
.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
static const struct modversion_info ____versions[]
__used __section("__versions") = {
{ 0x5b8239ca, "__x86_return_thunk" },
{ 0xf42c30ab, "video_devdata" },
{ 0xa0ab13ea, "v4l2_fh_is_singular" },
{ 0xad49a505, "v4l2_fh_release" },
{ 0xfc469314, "si470x_stop" },
{ 0xbb0e12b7, "i2c_transfer" },
{ 0x1584fecc, "i2c_del_driver" },
{ 0xe2964344, "__wake_up" },
{ 0xa6257a2f, "complete" },
{ 0x5bc8ba21, "devm_kmalloc" },
{ 0xcefb0c9f, "__mutex_init" },
{ 0x608741b5, "__init_swait_queue_head" },
{ 0xc6e9f6ea, "v4l2_device_register" },
{ 0xb5d9f6f7, "v4l2_ctrl_handler_init_class" },
{ 0x8a05da27, "si470x_ctrl_ops" },
{ 0x5fa3b699, "v4l2_ctrl_new_std" },
{ 0xdeb9c905, "si470x_viddev_template" },
{ 0x69acdf38, "memcpy" },
{ 0xe9033b0a, "video_device_release_empty" },
{ 0x58ff2664, "devm_gpiod_get_optional" },
{ 0xf9a482f9, "msleep" },
{ 0xa8d1337e, "_dev_info" },
{ 0x1d5a980e, "si470x_set_freq" },
{ 0xd9a5ea54, "__init_waitqueue_head" },
{ 0x52b1e45, "devm_request_threaded_irq" },
{ 0x9c3f2ff6, "__video_register_device" },
{ 0x9040242d, "_dev_err" },
{ 0xb024ade4, "_dev_warn" },
{ 0x7366335b, "v4l2_fh_open" },
{ 0xc7cfb899, "si470x_start" },
{ 0x9fa6e7d6, "param_ops_ushort" },
{ 0x1ddc4586, "param_ops_uint" },
{ 0xa7940382, "param_ops_int" },
{ 0xbdfb6dbb, "__fentry__" },
{ 0xedb5b644, "i2c_register_driver" },
{ 0x4835348d, "video_unregister_device" },
{ 0xe1de70c3, "gpiod_set_value" },
{ 0x60f3819a, "v4l2_ctrl_handler_free" },
{ 0xeb9a76d4, "v4l2_device_unregister" },
{ 0x7098e516, "module_layout" },
};
MODULE_INFO(depends, "videodev,radio-si470x-common");
MODULE_ALIAS("i2c:si470x");
MODULE_INFO(srcversion, "F22C9DD74ECBE3DAE0DE921");