#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") = { { 0x40eca1c8, "skb_copy_expand" }, { 0x467d62dc, "dev_kfree_skb_any_reason" }, { 0x69dd3b5b, "crc32_le" }, { 0xe9ff6e6c, "skb_put" }, { 0xbd9a1fbf, "skb_push" }, { 0x5a9f1d63, "memmove" }, { 0x6c86c0ae, "skb_pull" }, { 0x433a6774, "skb_clone" }, { 0x64b6d9d6, "skb_trim" }, { 0x7409acf7, "usbnet_skb_return" }, { 0x5f7c1c69, "usb_alloc_urb" }, { 0xbd8a25f5, "usb_submit_urb" }, { 0xff9134f5, "usb_free_urb" }, { 0xb1899881, "consume_skb" }, { 0x6ebf9277, "netdev_warn" }, { 0x7437550b, "__dynamic_netdev_dbg" }, { 0x9891055, "usbnet_device_suggests_idle" }, { 0x36a425bc, "usbnet_get_endpoints" }, { 0xa72248ec, "usb_register_driver" }, { 0xe193b177, "usb_deregister" }, { 0xb889afe8, "usbnet_probe" }, { 0x13c0d2db, "usbnet_disconnect" }, { 0xd7e1d7ef, "usbnet_suspend" }, { 0xcf16fdfc, "usbnet_resume" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "usbnet"); MODULE_ALIAS("usb:v*p*d*dc*dsc*dp*ic02isc0Cip07in*");