#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(fat_search_long, "_gpl", ""); KSYMTAB_FUNC(fat_get_dotdot_entry, "_gpl", ""); KSYMTAB_FUNC(fat_dir_empty, "_gpl", ""); KSYMTAB_FUNC(fat_scan, "_gpl", ""); KSYMTAB_FUNC(fat_remove_entries, "_gpl", ""); KSYMTAB_FUNC(fat_alloc_new_dir, "_gpl", ""); KSYMTAB_FUNC(fat_add_entries, "_gpl", ""); KSYMTAB_FUNC(fat_free_clusters, "_gpl", ""); KSYMTAB_FUNC(fat_getattr, "_gpl", ""); KSYMTAB_FUNC(fat_setattr, "_gpl", ""); KSYMTAB_FUNC(fat_attach, "_gpl", ""); KSYMTAB_FUNC(fat_detach, "_gpl", ""); KSYMTAB_FUNC(fat_build_inode, "_gpl", ""); KSYMTAB_FUNC(fat_reconfigure, "_gpl", ""); KSYMTAB_FUNC(fat_sync_inode, "_gpl", ""); KSYMTAB_DATA(fat_param_spec, "_gpl", ""); KSYMTAB_FUNC(fat_parse_param, "_gpl", ""); KSYMTAB_FUNC(fat_fill_super, "_gpl", ""); KSYMTAB_FUNC(fat_flush_inodes, "_gpl", ""); KSYMTAB_FUNC(fat_init_fs_context, "_gpl", ""); KSYMTAB_FUNC(fat_free_fc, "_gpl", ""); KSYMTAB_FUNC(__fat_fs_error, "_gpl", ""); KSYMTAB_FUNC(fat_time_fat2unix, "_gpl", ""); KSYMTAB_FUNC(fat_time_unix2fat, "_gpl", ""); KSYMTAB_FUNC(fat_truncate_time, "_gpl", ""); KSYMTAB_FUNC(fat_update_time, "_gpl", ""); MODULE_INFO(depends, ""); MODULE_INFO(srcversion, "3EB4BC9B3B21FDF6859C3EA");