linux-zen-desktop/drivers/iio/imu/bno055/bno055_ser.mod.c

84 lines
2.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") = {
{ 0xf02aa937, "wait_for_completion_interruptible_timeout" },
{ 0x65487097, "__x86_indirect_thunk_rax" },
{ 0xa19b956, "__stack_chk_fail" },
{ 0xad5f0017, "perf_trace_buf_alloc" },
{ 0x2cb99dcb, "perf_trace_run_bpf_submit" },
{ 0x9040242d, "_dev_err" },
{ 0x4dfa8d4b, "mutex_lock" },
{ 0x8ca38ee8, "trace_event_reg" },
{ 0xca64e135, "driver_unregister" },
{ 0xa4214b55, "serdev_device_write_wakeup" },
{ 0xc58d215c, "serdev_device_write" },
{ 0x7bcf5f59, "__cpu_online_mask" },
{ 0xcefb0c9f, "__mutex_init" },
{ 0xe8a6a236, "__serdev_device_driver_register" },
{ 0xb024ade4, "_dev_warn" },
{ 0x5b8239ca, "__x86_return_thunk" },
{ 0xb90ce7cd, "bno055_probe" },
{ 0x28a33ba2, "bpf_trace_run3" },
{ 0x48fdabd3, "trace_event_buffer_reserve" },
{ 0x3213f038, "mutex_unlock" },
{ 0xfdf8c5fa, "dev_err_probe" },
{ 0x688e72e1, "__SCT__preempt_schedule_notrace" },
{ 0x7381287f, "trace_handle_return" },
{ 0xa9ae04be, "__devm_regmap_init" },
{ 0x5bc8ba21, "devm_kmalloc" },
{ 0x55245f7e, "devm_serdev_device_open" },
{ 0x7321825a, "serdev_device_set_baudrate" },
{ 0xa6257a2f, "complete" },
{ 0xbca6f9ed, "trace_raw_output_prep" },
{ 0x608741b5, "__init_swait_queue_head" },
{ 0xb0efb471, "__trace_trigger_soft_disabled" },
{ 0x66312157, "trace_event_printf" },
{ 0x53569707, "this_cpu_off" },
{ 0x742451b, "serdev_device_set_flow_control" },
{ 0xe4e0fa66, "bno055_regmap_config" },
{ 0xc70825a2, "trace_event_raw_init" },
{ 0x69acdf38, "memcpy" },
{ 0xe9c322a0, "pcpu_hot" },
{ 0xc3055d20, "usleep_range_state" },
{ 0x8c71f643, "bpf_trace_run2" },
{ 0x6780435b, "serdev_device_set_parity" },
{ 0xbdfb6dbb, "__fentry__" },
{ 0x38ee9aaa, "trace_event_buffer_commit" },
{ 0x7098e516, "module_layout" },
};
MODULE_INFO(depends, "bno055");
MODULE_ALIAS("of:N*T*Cbosch,bno055");
MODULE_ALIAS("of:N*T*Cbosch,bno055C*");