#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") = { { 0xbd9a1fbf, "skb_push" }, { 0x9c37d0a6, "pskb_expand_head" }, { 0x467d62dc, "dev_kfree_skb_any_reason" }, { 0xe113bbbc, "csum_partial" }, { 0xfaa57471, "usbnet_read_cmd_nopm" }, { 0xea1c63be, "usbnet_read_cmd" }, { 0x6ebf9277, "netdev_warn" }, { 0xe0dd10a2, "usbnet_write_cmd" }, { 0x1689f303, "usbnet_write_cmd_nopm" }, { 0x7437550b, "__dynamic_netdev_dbg" }, { 0x15ba50a6, "jiffies" }, { 0xc8b04ca3, "generic_handle_domain_irq" }, { 0xfb92f1ef, "phy_start" }, { 0xa15d5ed, "phy_stop" }, { 0xb76f65bc, "phy_print_status" }, { 0x34db050b, "_raw_spin_lock_irqsave" }, { 0xd35cce70, "_raw_spin_unlock_irqrestore" }, { 0xe06095e5, "usbnet_defer_kevent" }, { 0xf15fb46f, "phy_get_pause" }, { 0x8e6b1a9e, "net_selftest_get_count" }, { 0xc090c376, "net_selftest_get_strings" }, { 0xeae3dfd6, "__const_udelay" }, { 0x35c2ace2, "device_set_wakeup_enable" }, { 0xd1a8e53f, "phy_mii_ioctl" }, { 0x4dfa8d4b, "mutex_lock" }, { 0x3213f038, "mutex_unlock" }, { 0xf9a482f9, "msleep" }, { 0xa72248ec, "usb_register_driver" }, { 0x56b8244e, "phy_init_hw" }, { 0xcf16fdfc, "usbnet_resume" }, { 0xbd6841d4, "crc16" }, { 0xe193b177, "usb_deregister" }, { 0x2b4103a3, "netdev_info" }, { 0x809a1445, "usb_autopm_get_interface_no_resume" }, { 0x4b83e0d0, "usb_autopm_put_interface" }, { 0x7945236c, "phy_disconnect" }, { 0x4cdc495d, "mdiobus_unregister" }, { 0x69551d35, "mdiobus_free" }, { 0x9bf219e7, "__irq_resolve_mapping" }, { 0x2c7db649, "irq_dispose_mapping" }, { 0xd1d00864, "irq_domain_remove" }, { 0xa779e5ab, "irq_domain_free_fwnode" }, { 0x37a0cba, "kfree" }, { 0xbaf834b9, "genphy_read_status" }, { 0x6c86c0ae, "skb_pull" }, { 0x433a6774, "skb_clone" }, { 0x64b6d9d6, "skb_trim" }, { 0x7409acf7, "usbnet_skb_return" }, { 0xf735ecaa, "usbnet_write_cmd_async" }, { 0x69dd3b5b, "crc32_le" }, { 0x122c3a7e, "_printk" }, { 0x36a425bc, "usbnet_get_endpoints" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x29977925, "kmalloc_trace" }, { 0x936b7d00, "platform_get_ethdev_address" }, { 0x656e4a6e, "snprintf" }, { 0x1f07c98, "__irq_domain_alloc_fwnode" }, { 0x3c0972d9, "irq_domain_simple_ops" }, { 0x6f4f797a, "__irq_domain_add" }, { 0x4944d5c5, "irq_create_mapping_affinity" }, { 0x98aefdc1, "dummy_irq_chip" }, { 0x4829a47e, "memcpy" }, { 0xcfc3fc8, "handle_simple_irq" }, { 0x9587df77, "irq_set_chip_and_handler_name" }, { 0x9bf7e2f3, "mdiobus_alloc_size" }, { 0x198febeb, "__mdiobus_register" }, { 0x8ad20fb3, "phy_find_first" }, { 0x3cc849a9, "phy_connect_direct" }, { 0x8e8fb2d6, "phy_attached_info" }, { 0x41ed3709, "get_random_bytes" }, { 0x73d05b09, "dev_addr_mod" }, { 0x9a2aa775, "netdev_err" }, { 0xd7e1d7ef, "usbnet_suspend" }, { 0xc93f86a3, "usbnet_open" }, { 0x8896fb41, "usbnet_stop" }, { 0xcdf79f00, "usbnet_start_xmit" }, { 0xbaa4a325, "eth_mac_addr" }, { 0xfec2e06e, "eth_validate_addr" }, { 0x4ed4156d, "usbnet_change_mtu" }, { 0x7c9b2f08, "usbnet_tx_timeout" }, { 0x56cbff88, "dev_get_tstats64" }, { 0xf6fb3520, "usbnet_get_drvinfo" }, { 0x6058721e, "usbnet_get_msglevel" }, { 0xa38c7774, "usbnet_set_msglevel" }, { 0x1a346a43, "phy_ethtool_nway_reset" }, { 0x7ccb7b85, "net_selftest" }, { 0xd0f942dd, "ethtool_op_get_ts_info" }, { 0x67c3e802, "phy_ethtool_get_link_ksettings" }, { 0x5795475a, "phy_ethtool_set_link_ksettings" }, { 0xb889afe8, "usbnet_probe" }, { 0x13c0d2db, "usbnet_disconnect" }, { 0x19858e93, "param_ops_bool" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "usbnet"); MODULE_ALIAS("usb:v0424p9500d*dc*dsc*dp*ic*isc*ip*in*"); MODULE_ALIAS("usb:v0424p9505d*dc*dsc*dp*ic*isc*ip*in*"); MODULE_ALIAS("usb:v0424p9E00d*dc*dsc*dp*ic*isc*ip*in*"); MODULE_ALIAS("usb:v0424p9E01d*dc*dsc*dp*ic*isc*ip*in*"); MODULE_ALIAS("usb:v0424pEC00d*dc*dsc*dp*ic*isc*ip*in*"); MODULE_ALIAS("usb:v0424p9900d*dc*dsc*dp*ic*isc*ip*in*"); MODULE_ALIAS("usb:v0424p9901d*dc*dsc*dp*ic*isc*ip*in*"); MODULE_ALIAS("usb:v0424p9902d*dc*dsc*dp*ic*isc*ip*in*"); MODULE_ALIAS("usb:v0424p9903d*dc*dsc*dp*ic*isc*ip*in*"); MODULE_ALIAS("usb:v0424p9904d*dc*dsc*dp*ic*isc*ip*in*"); MODULE_ALIAS("usb:v0424p9905d*dc*dsc*dp*ic*isc*ip*in*"); MODULE_ALIAS("usb:v0424p9906d*dc*dsc*dp*ic*isc*ip*in*"); MODULE_ALIAS("usb:v0424p9907d*dc*dsc*dp*ic*isc*ip*in*"); MODULE_ALIAS("usb:v0424p9908d*dc*dsc*dp*ic*isc*ip*in*"); MODULE_ALIAS("usb:v0424p9909d*dc*dsc*dp*ic*isc*ip*in*"); MODULE_ALIAS("usb:v0424p9530d*dc*dsc*dp*ic*isc*ip*in*"); MODULE_ALIAS("usb:v0424p9730d*dc*dsc*dp*ic*isc*ip*in*"); MODULE_ALIAS("usb:v0424p9E08d*dc*dsc*dp*ic*isc*ip*in*"); MODULE_ALIAS("usb:v184Fp0051d*dc*dsc*dp*ic*isc*ip*in*");