97 lines
2.9 KiB
C
97 lines
2.9 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") = {
|
|
{ 0xb0820ed1, "device_set_node" },
|
|
{ 0x7c9a7371, "clk_prepare" },
|
|
{ 0x1d24c881, "___ratelimit" },
|
|
{ 0x16172fad, "pm_runtime_enable" },
|
|
{ 0x93840bef, "device_property_read_u32_array" },
|
|
{ 0x6383b27c, "__x86_indirect_thunk_rdx" },
|
|
{ 0x9040242d, "_dev_err" },
|
|
{ 0x92d5838e, "request_threaded_irq" },
|
|
{ 0x85fc1092, "__devm_spi_alloc_controller" },
|
|
{ 0x92bb51a6, "spi_unregister_controller" },
|
|
{ 0xb024ade4, "_dev_warn" },
|
|
{ 0x76d6576f, "device_get_match_data" },
|
|
{ 0x5b8239ca, "__x86_return_thunk" },
|
|
{ 0x15ba50a6, "jiffies" },
|
|
{ 0x2f5507b8, "__platform_driver_register" },
|
|
{ 0x3315a9be, "dma_request_chan" },
|
|
{ 0x556e4390, "clk_get_rate" },
|
|
{ 0xa898924f, "__pm_runtime_resume" },
|
|
{ 0xdf8c695a, "__ndelay" },
|
|
{ 0xb6e6d99d, "clk_disable" },
|
|
{ 0xac4a1f46, "kmalloc_trace" },
|
|
{ 0xc6528369, "__pm_runtime_use_autosuspend" },
|
|
{ 0x80aecf67, "__pm_runtime_disable" },
|
|
{ 0x27d902d6, "spi_register_controller" },
|
|
{ 0x815588a6, "clk_enable" },
|
|
{ 0xe2c17b5d, "__SCT__might_resched" },
|
|
{ 0x6c459d94, "__dev_fwnode" },
|
|
{ 0x5b94ad75, "kmalloc_caches" },
|
|
{ 0xb077e70a, "clk_unprepare" },
|
|
{ 0xc1514a3b, "free_irq" },
|
|
{ 0x13e9de7d, "device_property_present" },
|
|
{ 0x2fbe8eff, "is_acpi_device_node" },
|
|
{ 0x5bc8ba21, "devm_kmalloc" },
|
|
{ 0x90fb2cdd, "devm_platform_get_and_ioremap_resource" },
|
|
{ 0x2d97b4db, "platform_driver_unregister" },
|
|
{ 0x5248c8a2, "platform_get_irq" },
|
|
{ 0xd002f861, "acpi_dev_uid_to_integer" },
|
|
{ 0x618118bc, "pm_runtime_set_autosuspend_delay" },
|
|
{ 0x37a0cba, "kfree" },
|
|
{ 0xe43ec28f, "dma_release_channel" },
|
|
{ 0xba497f13, "loops_per_jiffy" },
|
|
{ 0x58ff2664, "devm_gpiod_get_optional" },
|
|
{ 0xda3b7891, "platform_get_resource_byname" },
|
|
{ 0x9a013eac, "spi_finalize_current_transfer" },
|
|
{ 0x4ddf0d50, "__dynamic_dev_dbg" },
|
|
{ 0x42b66aae, "devm_clk_get" },
|
|
{ 0xd0e1fb84, "__dma_request_channel" },
|
|
{ 0xbdfb6dbb, "__fentry__" },
|
|
{ 0x65487097, "__x86_indirect_thunk_rax" },
|
|
{ 0x43aa835e, "__pm_runtime_set_status" },
|
|
{ 0x7098e516, "module_layout" },
|
|
};
|
|
|
|
MODULE_INFO(depends, "");
|
|
|
|
MODULE_ALIAS("acpi*:80860F0E:*");
|
|
MODULE_ALIAS("acpi*:8086228E:*");
|
|
MODULE_ALIAS("acpi*:INT33C0:*");
|
|
MODULE_ALIAS("acpi*:INT33C1:*");
|
|
MODULE_ALIAS("acpi*:INT3430:*");
|
|
MODULE_ALIAS("acpi*:INT3431:*");
|
|
MODULE_ALIAS("of:N*T*Cmarvell,mmp2-ssp");
|
|
MODULE_ALIAS("of:N*T*Cmarvell,mmp2-sspC*");
|