#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(mpt_fwfault_debug, "", ""); KSYMTAB_FUNC(mpt_raid_phys_disk_get_num_paths, "", ""); KSYMTAB_FUNC(mpt_raid_phys_disk_pg1, "", ""); KSYMTAB_FUNC(mpt_set_taskmgmt_in_progress_flag, "", ""); KSYMTAB_FUNC(mpt_clear_taskmgmt_in_progress_flag, "", ""); KSYMTAB_FUNC(mpt_halt_firmware, "", ""); KSYMTAB_FUNC(mpt_Soft_Hard_ResetHandler, "", ""); KSYMTAB_FUNC(mpt_attach, "", ""); KSYMTAB_FUNC(mpt_detach, "", ""); KSYMTAB_FUNC(mpt_resume, "", ""); KSYMTAB_FUNC(mpt_suspend, "", ""); KSYMTAB_DATA(ioc_list, "", ""); KSYMTAB_FUNC(mpt_register, "", ""); KSYMTAB_FUNC(mpt_deregister, "", ""); KSYMTAB_FUNC(mpt_event_register, "", ""); KSYMTAB_FUNC(mpt_event_deregister, "", ""); KSYMTAB_FUNC(mpt_reset_register, "", ""); KSYMTAB_FUNC(mpt_reset_deregister, "", ""); KSYMTAB_FUNC(mpt_device_driver_register, "", ""); KSYMTAB_FUNC(mpt_device_driver_deregister, "", ""); KSYMTAB_FUNC(mpt_get_msg_frame, "", ""); KSYMTAB_FUNC(mpt_put_msg_frame, "", ""); KSYMTAB_FUNC(mpt_put_msg_frame_hi_pri, "", ""); KSYMTAB_FUNC(mpt_free_msg_frame, "", ""); KSYMTAB_FUNC(mpt_send_handshake_request, "", ""); KSYMTAB_FUNC(mpt_verify_adapter, "", ""); KSYMTAB_FUNC(mpt_GetIocState, "", ""); KSYMTAB_FUNC(mpt_print_ioc_summary, "", ""); KSYMTAB_FUNC(mpt_HardResetHandler, "", ""); KSYMTAB_FUNC(mpt_config, "", ""); KSYMTAB_FUNC(mpt_findImVolumes, "", ""); KSYMTAB_FUNC(mpt_alloc_fw_memory, "", ""); KSYMTAB_FUNC(mpt_free_fw_memory, "", ""); KSYMTAB_FUNC(mptbase_sas_persist_operation, "", ""); KSYMTAB_FUNC(mpt_raid_phys_disk_pg0, "", ""); MODULE_INFO(depends, ""); MODULE_INFO(srcversion, "A9A75BA26A33B1F6BDD06DC");