#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_DATA(mtd_table_mutex, "_gpl", ""); KSYMTAB_FUNC(__mtd_next_device, "_gpl", ""); KSYMTAB_FUNC(mtd_check_expert_analysis_mode, "_gpl", ""); KSYMTAB_FUNC(mtd_wunit_to_pairing_info, "_gpl", ""); KSYMTAB_FUNC(mtd_pairing_info_to_wunit, "_gpl", ""); KSYMTAB_FUNC(mtd_pairing_groups, "_gpl", ""); KSYMTAB_FUNC(mtd_device_parse_register, "_gpl", ""); KSYMTAB_FUNC(mtd_device_unregister, "_gpl", ""); KSYMTAB_FUNC(register_mtd_user, "_gpl", ""); KSYMTAB_FUNC(unregister_mtd_user, "_gpl", ""); KSYMTAB_FUNC(get_mtd_device, "_gpl", ""); KSYMTAB_FUNC(__get_mtd_device, "_gpl", ""); KSYMTAB_FUNC(of_get_mtd_device_by_node, "_gpl", ""); KSYMTAB_FUNC(get_mtd_device_nm, "_gpl", ""); KSYMTAB_FUNC(put_mtd_device, "_gpl", ""); KSYMTAB_FUNC(__put_mtd_device, "_gpl", ""); KSYMTAB_FUNC(mtd_erase, "_gpl", ""); KSYMTAB_FUNC(mtd_point, "_gpl", ""); KSYMTAB_FUNC(mtd_unpoint, "_gpl", ""); KSYMTAB_FUNC(mtd_get_unmapped_area, "_gpl", ""); KSYMTAB_FUNC(mtd_read, "_gpl", ""); KSYMTAB_FUNC(mtd_write, "_gpl", ""); KSYMTAB_FUNC(mtd_panic_write, "_gpl", ""); KSYMTAB_FUNC(mtd_read_oob, "_gpl", ""); KSYMTAB_FUNC(mtd_write_oob, "_gpl", ""); KSYMTAB_FUNC(mtd_ooblayout_ecc, "_gpl", ""); KSYMTAB_FUNC(mtd_ooblayout_free, "_gpl", ""); KSYMTAB_FUNC(mtd_ooblayout_find_eccregion, "_gpl", ""); KSYMTAB_FUNC(mtd_ooblayout_get_eccbytes, "_gpl", ""); KSYMTAB_FUNC(mtd_ooblayout_set_eccbytes, "_gpl", ""); KSYMTAB_FUNC(mtd_ooblayout_get_databytes, "_gpl", ""); KSYMTAB_FUNC(mtd_ooblayout_set_databytes, "_gpl", ""); KSYMTAB_FUNC(mtd_ooblayout_count_freebytes, "_gpl", ""); KSYMTAB_FUNC(mtd_ooblayout_count_eccbytes, "_gpl", ""); KSYMTAB_FUNC(mtd_get_fact_prot_info, "_gpl", ""); KSYMTAB_FUNC(mtd_read_fact_prot_reg, "_gpl", ""); KSYMTAB_FUNC(mtd_get_user_prot_info, "_gpl", ""); KSYMTAB_FUNC(mtd_read_user_prot_reg, "_gpl", ""); KSYMTAB_FUNC(mtd_write_user_prot_reg, "_gpl", ""); KSYMTAB_FUNC(mtd_lock_user_prot_reg, "_gpl", ""); KSYMTAB_FUNC(mtd_erase_user_prot_reg, "_gpl", ""); KSYMTAB_FUNC(mtd_lock, "_gpl", ""); KSYMTAB_FUNC(mtd_unlock, "_gpl", ""); KSYMTAB_FUNC(mtd_is_locked, "_gpl", ""); KSYMTAB_FUNC(mtd_block_isreserved, "_gpl", ""); KSYMTAB_FUNC(mtd_block_isbad, "_gpl", ""); KSYMTAB_FUNC(mtd_block_markbad, "_gpl", ""); KSYMTAB_FUNC(mtd_writev, "_gpl", ""); KSYMTAB_FUNC(mtd_kmalloc_up_to, "_gpl", ""); KSYMTAB_FUNC(get_tree_mtd, "_gpl", ""); KSYMTAB_FUNC(kill_mtd_super, "_gpl", ""); KSYMTAB_FUNC(mtd_concat_create, "", ""); KSYMTAB_FUNC(mtd_concat_destroy, "", ""); KSYMTAB_FUNC(mtd_add_partition, "_gpl", ""); KSYMTAB_FUNC(mtd_del_partition, "_gpl", ""); KSYMTAB_FUNC(__register_mtd_parser, "_gpl", ""); KSYMTAB_FUNC(deregister_mtd_parser, "_gpl", ""); KSYMTAB_FUNC(mtd_get_device_size, "_gpl", ""); MODULE_INFO(depends, ""); MODULE_INFO(srcversion, "5655080261274AEC2A5A86D");