55 lines
1.5 KiB
C
55 lines
1.5 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,
|
|
.arch = MODULE_ARCH_INIT,
|
|
};
|
|
|
|
MODULE_INFO(intree, "Y");
|
|
|
|
#ifdef CONFIG_RETPOLINE
|
|
MODULE_INFO(retpoline, "Y");
|
|
#endif
|
|
|
|
KSYMTAB_FUNC(sdw_cdns_config_update, "", "");
|
|
KSYMTAB_FUNC(sdw_cdns_config_update_set_wait, "", "");
|
|
KSYMTAB_FUNC(sdw_cdns_debugfs_init, "_gpl", "");
|
|
KSYMTAB_FUNC(cdns_xfer_msg, "", "");
|
|
KSYMTAB_FUNC(cdns_xfer_msg_defer, "", "");
|
|
KSYMTAB_FUNC(cdns_read_ping_status, "", "");
|
|
KSYMTAB_FUNC(sdw_cdns_irq, "", "");
|
|
KSYMTAB_FUNC(sdw_cdns_check_self_clearing_bits, "", "");
|
|
KSYMTAB_FUNC(sdw_cdns_exit_reset, "", "");
|
|
KSYMTAB_FUNC(sdw_cdns_enable_interrupt, "", "");
|
|
KSYMTAB_FUNC(sdw_cdns_pdi_init, "", "");
|
|
KSYMTAB_FUNC(sdw_cdns_init, "", "");
|
|
KSYMTAB_FUNC(cdns_bus_conf, "", "");
|
|
KSYMTAB_FUNC(sdw_cdns_is_clock_stop, "", "");
|
|
KSYMTAB_FUNC(sdw_cdns_clock_stop, "", "");
|
|
KSYMTAB_FUNC(sdw_cdns_clock_restart, "", "");
|
|
KSYMTAB_FUNC(sdw_cdns_probe, "", "");
|
|
KSYMTAB_FUNC(cdns_set_sdw_stream, "", "");
|
|
KSYMTAB_FUNC(sdw_cdns_config_stream, "", "");
|
|
KSYMTAB_FUNC(sdw_cdns_alloc_pdi, "", "");
|
|
|
|
MODULE_INFO(depends, "");
|
|
|