#include #define INCLUDE_VERMAGIC #include #include #include #include #include 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") = { { 0xca64e135, "driver_unregister" }, { 0xdaf4cf0a, "spi_setup" }, { 0x5bc8ba21, "devm_kmalloc" }, { 0xb43f9365, "ktime_get" }, { 0x65feaf02, "kthread_create_worker" }, { 0xa7e58877, "devm_add_action" }, { 0xee2fff99, "sched_set_fifo" }, { 0xb70a1710, "cros_ec_register" }, { 0x9040242d, "_dev_err" }, { 0x1cfba015, "stackleak_track_stack" }, { 0x9cad27b2, "spi_sync_locked" }, { 0x6877d060, "cros_ec_prepare_tx" }, { 0xeb233a45, "__kmalloc" }, { 0xdeb3cad9, "spi_bus_lock" }, { 0xfccdf256, "spi_bus_unlock" }, { 0xc08a209e, "cros_ec_check_result" }, { 0x37a0cba, "kfree" }, { 0xdf8c695a, "__ndelay" }, { 0x4ddf0d50, "__dynamic_dev_dbg" }, { 0xf9a482f9, "msleep" }, { 0x15ba50a6, "jiffies" }, { 0xb0e602eb, "memmove" }, { 0xb024ade4, "_dev_warn" }, { 0x69acdf38, "memcpy" }, { 0xbdfb6dbb, "__fentry__" }, { 0x65487097, "__x86_indirect_thunk_rax" }, { 0x5b8239ca, "__x86_return_thunk" }, { 0x8dc5692c, "__spi_register_driver" }, { 0x9fd10e43, "cros_ec_unregister" }, { 0x812be4a6, "kthread_queue_work" }, { 0xf53d06c1, "kthread_flush_work" }, { 0x9d623b5b, "kthread_destroy_worker" }, { 0x7098e516, "module_layout" }, }; MODULE_INFO(depends, "cros_ec"); MODULE_ALIAS("spi:cros-ec-spi"); MODULE_ALIAS("of:N*T*Cgoogle,cros-ec-spi"); MODULE_ALIAS("of:N*T*Cgoogle,cros-ec-spiC*");