linux-zen-desktop/drivers/media/radio/radio-maxiradio.mod.c

61 lines
1.5 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
static const struct modversion_info ____versions[]
__used __section("__versions") = {
{ 0x99395ff9, "snd_tea575x_exit" },
{ 0xeb9a76d4, "v4l2_device_unregister" },
{ 0xdbdf6c92, "ioport_resource" },
{ 0x1035c7c2, "__release_region" },
{ 0x37a0cba, "kfree" },
{ 0x8410b88b, "pci_unregister_driver" },
{ 0x5b94ad75, "kmalloc_caches" },
{ 0xac4a1f46, "kmalloc_trace" },
{ 0xc00b0c8, "v4l2_device_set_name" },
{ 0xc6e9f6ea, "v4l2_device_register" },
{ 0x85bd1608, "__request_region" },
{ 0xd24c8f20, "pci_enable_device" },
{ 0xa0ad9141, "snd_tea575x_init" },
{ 0x122c3a7e, "_printk" },
{ 0x9040242d, "_dev_err" },
{ 0xa7940382, "param_ops_int" },
{ 0xbdfb6dbb, "__fentry__" },
{ 0x5b8239ca, "__x86_return_thunk" },
{ 0xc9c41e74, "__pci_register_driver" },
{ 0x7098e516, "module_layout" },
};
MODULE_INFO(depends, "tea575x,videodev");
MODULE_ALIAS("pci:v00005046d00001001sv*sd*bc*sc*i*");
MODULE_INFO(srcversion, "63B8AFAEC69E6E93A316781");