#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") = { { 0xf735ecaa, "usbnet_write_cmd_async" }, { 0x7437550b, "__dynamic_netdev_dbg" }, { 0x2b4103a3, "netdev_info" }, { 0xa72248ec, "usb_register_driver" }, { 0xe193b177, "usb_deregister" }, { 0x90473076, "usbnet_get_ethernet_addr" }, { 0x36a425bc, "usbnet_get_endpoints" }, { 0x64b6d9d6, "skb_trim" }, { 0x5327492a, "__pskb_pull_tail" }, { 0x9a2aa775, "netdev_err" }, { 0x40eca1c8, "skb_copy_expand" }, { 0x467d62dc, "dev_kfree_skb_any_reason" }, { 0x5a9f1d63, "memmove" }, { 0xdcb764ad, "memset" }, { 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" }, { 0xb889afe8, "usbnet_probe" }, { 0x13c0d2db, "usbnet_disconnect" }, { 0xd7e1d7ef, "usbnet_suspend" }, { 0xcf16fdfc, "usbnet_resume" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "usbnet"); MODULE_ALIAS("usb:v09E1p5121d*dc*dsc*dp*ic*isc*ip*in*");