80 lines
2.6 KiB
C
80 lines
2.6 KiB
C
#include <linux/module.h>
|
|
#define INCLUDE_VERMAGIC
|
|
#include <linux/build-salt.h>
|
|
#include <linux/elfnote-lto.h>
|
|
#include <linux/export-internal.h>
|
|
#include <linux/vermagic.h>
|
|
#include <linux/compiler.h>
|
|
|
|
#ifdef CONFIG_UNWINDER_ORC
|
|
#include <asm/orc_header.h>
|
|
ORC_HEADER;
|
|
#endif
|
|
|
|
BUILD_SALT;
|
|
BUILD_LTO_INFO;
|
|
|
|
MODULE_INFO(vermagic, VERMAGIC_STRING);
|
|
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");
|
|
|
|
#ifdef CONFIG_RETPOLINE
|
|
MODULE_INFO(retpoline, "Y");
|
|
#endif
|
|
|
|
KSYMTAB_FUNC(sas_register_ha, "_gpl", "");
|
|
KSYMTAB_FUNC(sas_unregister_ha, "_gpl", "");
|
|
KSYMTAB_FUNC(sas_phy_enable, "_gpl", "");
|
|
KSYMTAB_FUNC(sas_phy_reset, "_gpl", "");
|
|
KSYMTAB_FUNC(sas_prep_resume_ha, "", "");
|
|
KSYMTAB_FUNC(sas_resume_ha, "", "");
|
|
KSYMTAB_FUNC(sas_resume_ha_no_sync, "", "");
|
|
KSYMTAB_FUNC(sas_suspend_ha, "", "");
|
|
KSYMTAB_DATA(dev_attr_phy_event_threshold, "_gpl", "");
|
|
KSYMTAB_FUNC(sas_domain_attach_transport, "_gpl", "");
|
|
KSYMTAB_FUNC(sas_drain_work, "_gpl", "");
|
|
KSYMTAB_FUNC(sas_notify_port_event, "_gpl", "");
|
|
KSYMTAB_FUNC(sas_notify_phy_event, "_gpl", "");
|
|
KSYMTAB_FUNC(sas_find_attached_phy_id, "_gpl", "");
|
|
KSYMTAB_FUNC(sas_queuecommand, "_gpl", "");
|
|
KSYMTAB_FUNC(sas_get_local_phy, "_gpl", "");
|
|
KSYMTAB_FUNC(sas_eh_abort_handler, "_gpl", "");
|
|
KSYMTAB_FUNC(sas_eh_device_reset_handler, "_gpl", "");
|
|
KSYMTAB_FUNC(sas_eh_target_reset_handler, "_gpl", "");
|
|
KSYMTAB_FUNC(sas_ioctl, "_gpl", "");
|
|
KSYMTAB_FUNC(sas_target_alloc, "_gpl", "");
|
|
KSYMTAB_FUNC(sas_slave_configure, "_gpl", "");
|
|
KSYMTAB_FUNC(sas_change_queue_depth, "_gpl", "");
|
|
KSYMTAB_FUNC(sas_bios_param, "_gpl", "");
|
|
KSYMTAB_FUNC(sas_execute_internal_abort_single, "_gpl", "");
|
|
KSYMTAB_FUNC(sas_execute_internal_abort_dev, "_gpl", "");
|
|
KSYMTAB_FUNC(sas_abort_task_set, "_gpl", "");
|
|
KSYMTAB_FUNC(sas_clear_task_set, "_gpl", "");
|
|
KSYMTAB_FUNC(sas_lu_reset, "_gpl", "");
|
|
KSYMTAB_FUNC(sas_query_task, "_gpl", "");
|
|
KSYMTAB_FUNC(sas_abort_task, "_gpl", "");
|
|
KSYMTAB_FUNC(sas_task_abort, "_gpl", "");
|
|
KSYMTAB_FUNC(sas_slave_alloc, "_gpl", "");
|
|
KSYMTAB_FUNC(sas_target_destroy, "_gpl", "");
|
|
KSYMTAB_FUNC(sas_request_addr, "_gpl", "");
|
|
KSYMTAB_FUNC(sas_ssp_task_response, "_gpl", "");
|
|
KSYMTAB_FUNC(smp_ata_check_ready_type, "_gpl", "");
|
|
KSYMTAB_FUNC(sas_ata_schedule_reset, "_gpl", "");
|
|
KSYMTAB_FUNC(sas_ata_device_link_abort, "_gpl", "");
|
|
KSYMTAB_FUNC(sas_execute_ata_cmd, "_gpl", "");
|
|
KSYMTAB_FUNC(try_test_sas_gpio_gp_bit, "", "");
|
|
|
|
MODULE_INFO(depends, "scsi_transport_sas");
|
|
|