#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") = { { 0x1689f303, "usbnet_write_cmd_nopm" }, { 0xe0dd10a2, "usbnet_write_cmd" }, { 0x6ebf9277, "netdev_warn" }, { 0x34db050b, "_raw_spin_lock_irqsave" }, { 0xd35cce70, "_raw_spin_unlock_irqrestore" }, { 0xfaa57471, "usbnet_read_cmd_nopm" }, { 0xea1c63be, "usbnet_read_cmd" }, { 0x15ba50a6, "jiffies" }, { 0x4dfa8d4b, "mutex_lock" }, { 0x3213f038, "mutex_unlock" }, { 0x25f39314, "mii_check_media" }, { 0xcb49fcb5, "mii_ethtool_gset" }, { 0x7437550b, "__dynamic_netdev_dbg" }, { 0xf9a482f9, "msleep" }, { 0x3c12dfe, "cancel_work_sync" }, { 0x37a0cba, "kfree" }, { 0xeae3dfd6, "__const_udelay" }, { 0x35c2ace2, "device_set_wakeup_enable" }, { 0x4ed4156d, "usbnet_change_mtu" }, { 0xea343797, "generic_mii_ioctl" }, { 0xa72248ec, "usb_register_driver" }, { 0x2b4103a3, "netdev_info" }, { 0xcf16fdfc, "usbnet_resume" }, { 0xbd6841d4, "crc16" }, { 0xd7e1d7ef, "usbnet_suspend" }, { 0xe193b177, "usb_deregister" }, { 0xe06095e5, "usbnet_defer_kevent" }, { 0xbd9a1fbf, "skb_push" }, { 0x9c37d0a6, "pskb_expand_head" }, { 0x467d62dc, "dev_kfree_skb_any_reason" }, { 0xdcb764ad, "memset" }, { 0x2d3385d3, "system_wq" }, { 0xc5b6f236, "queue_work_on" }, { 0x69dd3b5b, "crc32_le" }, { 0xc3055d20, "usleep_range_state" }, { 0x3f56aed4, "mii_nway_restart" }, { 0x122c3a7e, "_printk" }, { 0x36a425bc, "usbnet_get_endpoints" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x29977925, "kmalloc_trace" }, { 0xcefb0c9f, "__mutex_init" }, { 0x936b7d00, "platform_get_ethdev_address" }, { 0x73d05b09, "dev_addr_mod" }, { 0x41ed3709, "get_random_bytes" }, { 0x6c86c0ae, "skb_pull" }, { 0x433a6774, "skb_clone" }, { 0x64b6d9d6, "skb_trim" }, { 0x7409acf7, "usbnet_skb_return" }, { 0xc93f86a3, "usbnet_open" }, { 0x8896fb41, "usbnet_stop" }, { 0xcdf79f00, "usbnet_start_xmit" }, { 0xbaa4a325, "eth_mac_addr" }, { 0xfec2e06e, "eth_validate_addr" }, { 0x7c9b2f08, "usbnet_tx_timeout" }, { 0x56cbff88, "dev_get_tstats64" }, { 0xf6fb3520, "usbnet_get_drvinfo" }, { 0x6058721e, "usbnet_get_msglevel" }, { 0xa38c7774, "usbnet_set_msglevel" }, { 0xc1a55892, "usbnet_nway_reset" }, { 0xb00bd2b2, "usbnet_get_link" }, { 0x688a8e3e, "usbnet_get_link_ksettings_mii" }, { 0x4cbc07e1, "usbnet_set_link_ksettings_mii" }, { 0xb889afe8, "usbnet_probe" }, { 0x13c0d2db, "usbnet_disconnect" }, { 0x19858e93, "param_ops_bool" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "usbnet,mii"); MODULE_ALIAS("usb:v0424p7500d*dc*dsc*dp*ic*isc*ip*in*"); MODULE_ALIAS("usb:v0424p7505d*dc*dsc*dp*ic*isc*ip*in*");