#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, .arch = MODULE_ARCH_INIT, }; MODULE_INFO(intree, "Y"); #ifdef CONFIG_RETPOLINE MODULE_INFO(retpoline, "Y"); #endif KSYMTAB_FUNC(rt2x00usb_vendor_request, "_gpl", ""); KSYMTAB_FUNC(rt2x00usb_vendor_req_buff_lock, "_gpl", ""); KSYMTAB_FUNC(rt2x00usb_vendor_request_buff, "_gpl", ""); KSYMTAB_FUNC(rt2x00usb_regbusy_read, "_gpl", ""); KSYMTAB_FUNC(rt2x00usb_register_read_async, "_gpl", ""); KSYMTAB_FUNC(rt2x00usb_kick_queue, "_gpl", ""); KSYMTAB_FUNC(rt2x00usb_flush_queue, "_gpl", ""); KSYMTAB_FUNC(rt2x00usb_watchdog, "_gpl", ""); KSYMTAB_FUNC(rt2x00usb_disable_radio, "_gpl", ""); KSYMTAB_FUNC(rt2x00usb_clear_entry, "_gpl", ""); KSYMTAB_FUNC(rt2x00usb_initialize, "_gpl", ""); KSYMTAB_FUNC(rt2x00usb_uninitialize, "_gpl", ""); KSYMTAB_FUNC(rt2x00usb_probe, "_gpl", ""); KSYMTAB_FUNC(rt2x00usb_disconnect, "_gpl", ""); KSYMTAB_FUNC(rt2x00usb_suspend, "_gpl", ""); KSYMTAB_FUNC(rt2x00usb_resume, "_gpl", ""); MODULE_INFO(depends, "rt2x00lib"); MODULE_INFO(srcversion, "6F447F82018DD206728E438");