#include #include #include 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"); KSYMTAB_FUNC(fpga_image_info_alloc, "_gpl", ""); KSYMTAB_FUNC(fpga_image_info_free, "_gpl", ""); KSYMTAB_FUNC(fpga_mgr_load, "_gpl", ""); KSYMTAB_FUNC(fpga_mgr_get, "_gpl", ""); KSYMTAB_FUNC(of_fpga_mgr_get, "_gpl", ""); KSYMTAB_FUNC(fpga_mgr_put, "_gpl", ""); KSYMTAB_FUNC(fpga_mgr_lock, "_gpl", ""); KSYMTAB_FUNC(fpga_mgr_unlock, "_gpl", ""); KSYMTAB_FUNC(__fpga_mgr_register_full, "_gpl", ""); KSYMTAB_FUNC(__fpga_mgr_register, "_gpl", ""); KSYMTAB_FUNC(fpga_mgr_unregister, "_gpl", ""); KSYMTAB_FUNC(__devm_fpga_mgr_register_full, "_gpl", ""); KSYMTAB_FUNC(__devm_fpga_mgr_register, "_gpl", ""); MODULE_INFO(depends, ""); MODULE_INFO(srcversion, "BFF17D5F207ADE6D0FB5855");