#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") = { { 0x24c6bcfb, "usbnet_cdc_bind" }, { 0xea1c63be, "usbnet_read_cmd" }, { 0xe0dd10a2, "usbnet_write_cmd" }, { 0xa72248ec, "usb_register_driver" }, { 0x297d548, "rtl8152_get_version" }, { 0xb889afe8, "usbnet_probe" }, { 0xe193b177, "usb_deregister" }, { 0xcbd0b20e, "usbnet_cdc_unbind" }, { 0xd1fc769c, "usbnet_manage_power" }, { 0x9cfb1245, "usbnet_cdc_status" }, { 0x13c0d2db, "usbnet_disconnect" }, { 0xd7e1d7ef, "usbnet_suspend" }, { 0xcf16fdfc, "usbnet_resume" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "cdc_ether,usbnet,r8152"); MODULE_ALIAS("usb:v0BDAp8153d*dc*dsc*dp*ic02isc06ip00in*"); MODULE_ALIAS("usb:v17EFp721Ed*dc*dsc*dp*ic02isc06ip00in*");