78 lines
2.2 KiB
C
78 lines
2.2 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") = {
|
|
{ 0x4dfa8d4b, "mutex_lock" },
|
|
{ 0x3213f038, "mutex_unlock" },
|
|
{ 0x3c3ff9fd, "sprintf" },
|
|
{ 0xbc477a2, "irq_set_irq_type" },
|
|
{ 0xf8e52cb8, "devm_iio_device_alloc" },
|
|
{ 0xcefb0c9f, "__mutex_init" },
|
|
{ 0x608741b5, "__init_swait_queue_head" },
|
|
{ 0xffeedf6a, "delayed_work_timer_fn" },
|
|
{ 0xc6f46339, "init_timer_key" },
|
|
{ 0x460ca277, "devm_iio_channel_get" },
|
|
{ 0xac23599a, "platform_get_irq_byname" },
|
|
{ 0x52b1e45, "devm_request_threaded_irq" },
|
|
{ 0x3d36549, "irq_get_irq_data" },
|
|
{ 0xad6a9d7, "iio_get_channel_type" },
|
|
{ 0x37ffb0a0, "iio_read_max_channel_raw" },
|
|
{ 0x7de8890f, "__devm_iio_device_register" },
|
|
{ 0xfdf8c5fa, "dev_err_probe" },
|
|
{ 0x9040242d, "_dev_err" },
|
|
{ 0x2d97b4db, "platform_driver_unregister" },
|
|
{ 0xa667b6be, "iio_write_channel_raw" },
|
|
{ 0x8427cc7b, "_raw_spin_lock_irq" },
|
|
{ 0x4b750f53, "_raw_spin_unlock_irq" },
|
|
{ 0x7f02188f, "__msecs_to_jiffies" },
|
|
{ 0x2d3385d3, "system_wq" },
|
|
{ 0xb2fcb56d, "queue_delayed_work_on" },
|
|
{ 0xa6257a2f, "complete" },
|
|
{ 0xfcec0987, "enable_irq" },
|
|
{ 0xe523ad75, "synchronize_irq" },
|
|
{ 0x1ef4e7db, "iio_read_channel_scale" },
|
|
{ 0x25974000, "wait_for_completion" },
|
|
{ 0xbdfb6dbb, "__fentry__" },
|
|
{ 0x2f5507b8, "__platform_driver_register" },
|
|
{ 0xba8fbd64, "_raw_spin_lock" },
|
|
{ 0x27bbf221, "disable_irq_nosync" },
|
|
{ 0xb5b54b34, "_raw_spin_unlock" },
|
|
{ 0x5b8239ca, "__x86_return_thunk" },
|
|
{ 0x5c3c7387, "kstrtoull" },
|
|
{ 0x7098e516, "module_layout" },
|
|
};
|
|
|
|
MODULE_INFO(depends, "industrialio");
|
|
|
|
MODULE_ALIAS("of:N*T*Caxentia,tse850-envelope-detector");
|
|
MODULE_ALIAS("of:N*T*Caxentia,tse850-envelope-detectorC*");
|