#include #define INCLUDE_VERMAGIC #include #include #include #include #include #ifdef CONFIG_UNWINDER_ORC #include ORC_HEADER; #endif 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") = { { 0x4f2250ba, "rtc_tm_to_time64" }, { 0x80ca5026, "_bin2bcd" }, { 0x356461c8, "rtc_time64_to_tm" }, { 0xd1005013, "_dev_err" }, { 0xb6936ffe, "_bcd2bin" }, { 0x4859b8bb, "rtc_year_days" }, { 0x6c3fdf78, "amba_driver_register" }, { 0xb8fd5944, "amba_driver_unregister" }, { 0xa715917f, "dev_pm_clear_wake_irq" }, { 0x1b74f17c, "device_wakeup_disable" }, { 0x60a489a4, "device_set_wakeup_capable" }, { 0x45b924f2, "amba_release_regions" }, { 0xc1514a3b, "free_irq" }, { 0x248a12ad, "rtc_update_irq" }, { 0x1a1bdd0d, "amba_request_regions" }, { 0x11e6cb56, "devm_kmalloc" }, { 0x51f98e10, "devm_kmemdup" }, { 0xab39574e, "devm_ioremap" }, { 0xab8bee5d, "device_wakeup_enable" }, { 0xcc667d86, "devm_rtc_allocate_device" }, { 0x74c4d3e3, "__devm_rtc_register_device" }, { 0x5b61f0b5, "__dynamic_dev_dbg" }, { 0x92d5838e, "request_threaded_irq" }, { 0xffb59137, "dev_pm_set_wake_irq" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, ""); MODULE_ALIAS("amba:d???41031"); MODULE_ALIAS("amba:d??180031"); MODULE_ALIAS("amba:d??280031");