#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(enclosure_find, "_gpl", ""); KSYMTAB_FUNC(enclosure_for_each_device, "_gpl", ""); KSYMTAB_FUNC(enclosure_register, "_gpl", ""); KSYMTAB_FUNC(enclosure_unregister, "_gpl", ""); KSYMTAB_FUNC(enclosure_component_alloc, "_gpl", ""); KSYMTAB_FUNC(enclosure_component_register, "_gpl", ""); KSYMTAB_FUNC(enclosure_add_device, "_gpl", ""); KSYMTAB_FUNC(enclosure_remove_device, "_gpl", ""); MODULE_INFO(depends, ""); MODULE_INFO(srcversion, "63FB5CF82776A9345460169");