#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(dca_add_requester, "_gpl", ""); KSYMTAB_FUNC(dca_remove_requester, "_gpl", ""); KSYMTAB_FUNC(dca3_get_tag, "_gpl", ""); KSYMTAB_FUNC(dca_get_tag, "_gpl", ""); KSYMTAB_FUNC(alloc_dca_provider, "_gpl", ""); KSYMTAB_FUNC(free_dca_provider, "_gpl", ""); KSYMTAB_FUNC(register_dca_provider, "_gpl", ""); KSYMTAB_FUNC(unregister_dca_provider, "_gpl", ""); KSYMTAB_FUNC(dca_register_notify, "_gpl", ""); KSYMTAB_FUNC(dca_unregister_notify, "_gpl", ""); MODULE_INFO(depends, ""); MODULE_INFO(srcversion, "3BD7EA2C3641E6C9107902B");