linux-zen-desktop/drivers/media/spi/cxd2880-spi.mod.c

84 lines
2.4 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") = {
{ 0xfaf4c094, "regulator_disable" },
{ 0x37a0cba, "kfree" },
{ 0x122c3a7e, "_printk" },
{ 0xca64e135, "driver_unregister" },
{ 0x5b94ad75, "kmalloc_caches" },
{ 0xac4a1f46, "kmalloc_trace" },
{ 0xab8f115e, "devm_regulator_get_optional" },
{ 0x55893967, "regulator_enable" },
{ 0xcefb0c9f, "__mutex_init" },
{ 0xbe0be3db, "dvb_register_adapter" },
{ 0x868784cb, "__symbol_get" },
{ 0xc2be1808, "dvb_register_frontend" },
{ 0x54abe4ff, "dvb_dmx_init" },
{ 0x75644740, "dvb_dmxdev_init" },
{ 0x5b8239ca, "__x86_return_thunk" },
{ 0x6e9dd606, "__symbol_put" },
{ 0xa24f23d8, "__request_module" },
{ 0x1cfba015, "stackleak_track_stack" },
{ 0x541430dd, "spi_sync" },
{ 0xa19b956, "__stack_chk_fail" },
{ 0x4dfa8d4b, "mutex_lock" },
{ 0x3213f038, "mutex_unlock" },
{ 0x2cf56265, "__dynamic_pr_debug" },
{ 0x495183ea, "kthread_stop" },
{ 0xb43f9365, "ktime_get" },
{ 0xb3f7646e, "kthread_should_stop" },
{ 0xa4351738, "spi_write_then_read" },
{ 0xc3055d20, "usleep_range_state" },
{ 0x8c54b0f8, "dvb_dmx_swfilter" },
{ 0x9ed12e20, "kmalloc_large" },
{ 0x5b7fa8a4, "kthread_create_on_node" },
{ 0x35bf563f, "wake_up_process" },
{ 0x9ee3bfc2, "param_array_ops" },
{ 0x64757c3f, "param_ops_short" },
{ 0xbdfb6dbb, "__fentry__" },
{ 0x8dc5692c, "__spi_register_driver" },
{ 0x65487097, "__x86_indirect_thunk_rax" },
{ 0x27833135, "dvb_dmxdev_release" },
{ 0x9263a063, "dvb_dmx_release" },
{ 0xa38fc382, "dvb_unregister_frontend" },
{ 0x36905e51, "dvb_frontend_detach" },
{ 0x4276ed9c, "dvb_unregister_adapter" },
{ 0x7098e516, "module_layout" },
};
MODULE_INFO(depends, "dvb-core");
MODULE_ALIAS("spi:cxd2880");
MODULE_ALIAS("of:N*T*Csony,cxd2880");
MODULE_ALIAS("of:N*T*Csony,cxd2880C*");