91 lines
2.7 KiB
C
91 lines
2.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,
|
|
.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
|
|
|
|
SYMBOL_CRC(radio_tea5777_init, 0xf6fca624, "_gpl");
|
|
SYMBOL_CRC(radio_tea5777_exit, 0x996a18e7, "_gpl");
|
|
|
|
static const struct modversion_info ____versions[]
|
|
__used __section("__versions") = {
|
|
{ 0xb7d2fcbd, "usb_interrupt_msg" },
|
|
{ 0x65487097, "__x86_indirect_thunk_rax" },
|
|
{ 0x122c3a7e, "_printk" },
|
|
{ 0x57b29b70, "v4l2_ctrl_handler_setup" },
|
|
{ 0xf42c30ab, "video_devdata" },
|
|
{ 0xa916b694, "strnlen" },
|
|
{ 0x9040242d, "_dev_err" },
|
|
{ 0xc00b0c8, "v4l2_device_set_name" },
|
|
{ 0xad49a505, "v4l2_fh_release" },
|
|
{ 0x4dfa8d4b, "mutex_lock" },
|
|
{ 0x17320dc8, "v4l2_ctrl_subscribe_event" },
|
|
{ 0x4835348d, "video_unregister_device" },
|
|
{ 0x2143ee6a, "led_classdev_register_ext" },
|
|
{ 0xcefb0c9f, "__mutex_init" },
|
|
{ 0x4a4b2423, "usb_deregister" },
|
|
{ 0xfb578fc5, "memset" },
|
|
{ 0xf959f668, "v4l2_device_disconnect" },
|
|
{ 0xf9c0b663, "strlcat" },
|
|
{ 0x5b8239ca, "__x86_return_thunk" },
|
|
{ 0xc6e9f6ea, "v4l2_device_register" },
|
|
{ 0x15ba50a6, "jiffies" },
|
|
{ 0xdd64e639, "strscpy" },
|
|
{ 0x3213f038, "mutex_unlock" },
|
|
{ 0x9c3f2ff6, "__video_register_device" },
|
|
{ 0x3c12dfe, "cancel_work_sync" },
|
|
{ 0x5fa3b699, "v4l2_ctrl_new_std" },
|
|
{ 0x60f3819a, "v4l2_ctrl_handler_free" },
|
|
{ 0xeb9a76d4, "v4l2_device_unregister" },
|
|
{ 0x8d190eef, "v4l2_ctrl_log_status" },
|
|
{ 0xac4a1f46, "kmalloc_trace" },
|
|
{ 0xa7940382, "param_ops_int" },
|
|
{ 0xe9033b0a, "video_device_release_empty" },
|
|
{ 0xcfac1f6e, "v4l2_event_unsubscribe" },
|
|
{ 0x5b94ad75, "kmalloc_caches" },
|
|
{ 0x2d3385d3, "system_wq" },
|
|
{ 0xfe7c193b, "v4l2_ctrl_poll" },
|
|
{ 0x24dad54d, "video_ioctl2" },
|
|
{ 0x4ac4eeec, "v4l2_device_put" },
|
|
{ 0x656e4a6e, "snprintf" },
|
|
{ 0xc5b6f236, "queue_work_on" },
|
|
{ 0x5352ed42, "usb_register_driver" },
|
|
{ 0xb5d9f6f7, "v4l2_ctrl_handler_init_class" },
|
|
{ 0x37a0cba, "kfree" },
|
|
{ 0x54496b4, "schedule_timeout_interruptible" },
|
|
{ 0x35c8d077, "led_classdev_unregister" },
|
|
{ 0x8c12e7c7, "usb_check_int_endpoints" },
|
|
{ 0x7366335b, "v4l2_fh_open" },
|
|
{ 0xcbd4898c, "fortify_panic" },
|
|
{ 0xbdfb6dbb, "__fentry__" },
|
|
{ 0x7098e516, "module_layout" },
|
|
};
|
|
|
|
MODULE_INFO(depends, "videodev");
|
|
|
|
MODULE_ALIAS("usb:v077Dp627Ad0010dc*dsc*dp*ic03isc*ip*in*");
|