#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") = { { 0xe2385937, "__platform_driver_register" }, { 0x2a357924, "__pm_runtime_disable" }, { 0x6f641c1c, "ci_hdrc_remove_device" }, { 0xb6e6d99d, "clk_disable" }, { 0xb077e70a, "clk_unprepare" }, { 0xedfcfd8f, "platform_driver_unregister" }, { 0x11e6cb56, "devm_kmalloc" }, { 0xcf855da0, "__devm_reset_control_get" }, { 0x2850e526, "devm_clk_get" }, { 0x3c8fa188, "devm_clk_get_optional" }, { 0x8630127d, "devm_platform_ioremap_resource" }, { 0xf36c8df3, "devm_reset_controller_register" }, { 0x7c9a7371, "clk_prepare" }, { 0x5b61f0b5, "__dynamic_dev_dbg" }, { 0x815588a6, "clk_enable" }, { 0x6c4b6684, "reset_control_assert" }, { 0xc3055d20, "usleep_range_state" }, { 0xb2210d64, "reset_control_deassert" }, { 0xa26d5996, "__of_parse_phandle_with_args" }, { 0xdd45db0f, "of_get_child_by_name" }, { 0xbcf448b4, "of_get_next_available_child" }, { 0x24d23c04, "of_device_is_compatible" }, { 0x93c644e0, "of_node_put" }, { 0x669d9ed1, "ci_hdrc_add_device" }, { 0xc1a4342a, "__pm_runtime_set_status" }, { 0x66178086, "pm_runtime_no_callbacks" }, { 0xb561adf3, "pm_runtime_enable" }, { 0xd5a9e58a, "syscon_node_to_regmap" }, { 0x99efc0ba, "regmap_write" }, { 0xd1005013, "_dev_err" }, { 0xeae3dfd6, "__const_udelay" }, { 0x2f32eb04, "phy_power_off" }, { 0xa7ea6b89, "phy_exit" }, { 0x1639eee8, "hw_phymode_configure" }, { 0xc609b3e1, "phy_init" }, { 0x419653d1, "phy_power_on" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "ci_hdrc"); MODULE_ALIAS("of:N*T*Cqcom,ci-hdrc"); MODULE_ALIAS("of:N*T*Cqcom,ci-hdrcC*");