#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") = { { 0x8630127d, "devm_platform_ioremap_resource" }, { 0x7696f8c7, "__list_add_valid_or_report" }, { 0xb2214cad, "devm_request_threaded_irq" }, { 0x88fd836, "dma_pool_create" }, { 0x11e6cb56, "devm_kmalloc" }, { 0xedfcfd8f, "platform_driver_unregister" }, { 0x57b8ef02, "platform_get_irq" }, { 0x656e4a6e, "snprintf" }, { 0x37a0cba, "kfree" }, { 0xc3055d20, "usleep_range_state" }, { 0x34db050b, "_raw_spin_lock_irqsave" }, { 0x5b61f0b5, "__dynamic_dev_dbg" }, { 0xba8fbd64, "_raw_spin_lock" }, { 0x678b96ec, "dma_pool_alloc" }, { 0xc3d4d06b, "usb_ep_set_maxpacket_limit" }, { 0x7c9a7371, "clk_prepare" }, { 0x1d24c881, "___ratelimit" }, { 0xb2fcb56d, "queue_delayed_work_on" }, { 0x180d7f15, "usb_add_gadget_udc" }, { 0xa7ea6b89, "phy_exit" }, { 0x876e5cd3, "_dev_info" }, { 0xd1005013, "_dev_err" }, { 0x2f7754a8, "dma_pool_free" }, { 0x1174f440, "dma_alloc_attrs" }, { 0x419653d1, "phy_power_on" }, { 0x950eb34e, "__list_del_entry_valid_or_report" }, { 0xd35cce70, "_raw_spin_unlock_irqrestore" }, { 0xdcb764ad, "memset" }, { 0x7ebc429e, "_dev_warn" }, { 0x306fbac9, "usb_gadget_unmap_request" }, { 0x2f32eb04, "phy_power_off" }, { 0xf407ebc0, "usb_gadget_set_state" }, { 0xe2385937, "__platform_driver_register" }, { 0xd5eff9e4, "dma_set_coherent_mask" }, { 0x3c8fa188, "devm_clk_get_optional" }, { 0xb5aa7165, "dma_pool_destroy" }, { 0x1ed78da4, "dma_free_attrs" }, { 0xc6f46339, "init_timer_key" }, { 0xeae3dfd6, "__const_udelay" }, { 0x2cf56265, "__dynamic_pr_debug" }, { 0xb43f9365, "ktime_get" }, { 0x93d5fdc4, "usb_gadget_giveback_request" }, { 0x44a8f6cc, "usb_del_gadget_udc" }, { 0xffeedf6a, "delayed_work_timer_fn" }, { 0xb6e6d99d, "clk_disable" }, { 0xf044d6a5, "dma_set_mask" }, { 0x2bae5fca, "of_count_phandle_with_args" }, { 0x29977925, "kmalloc_trace" }, { 0xb5b54b34, "_raw_spin_unlock" }, { 0x815588a6, "clk_enable" }, { 0xeb233a45, "__kmalloc" }, { 0xa8880ad6, "usb_gadget_map_request" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x9572e770, "devm_of_phy_get_by_index" }, { 0x2d3385d3, "system_wq" }, { 0xc609b3e1, "phy_init" }, { 0xb077e70a, "clk_unprepare" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "");