#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(wcd_mbhc_event_notify, "_gpl", ""); KSYMTAB_FUNC(wcd_mbhc_typec_report_unplug, "_gpl", ""); KSYMTAB_FUNC(wcd_mbhc_typec_report_plug, "_gpl", ""); KSYMTAB_FUNC(wcd_mbhc_get_impedance, "", ""); KSYMTAB_FUNC(wcd_mbhc_set_hph_type, "", ""); KSYMTAB_FUNC(wcd_mbhc_get_hph_type, "", ""); KSYMTAB_FUNC(wcd_mbhc_start, "", ""); KSYMTAB_FUNC(wcd_mbhc_stop, "", ""); KSYMTAB_FUNC(wcd_dt_parse_mbhc_data, "", ""); KSYMTAB_FUNC(wcd_mbhc_init, "", ""); KSYMTAB_FUNC(wcd_mbhc_deinit, "", ""); MODULE_INFO(depends, "snd-soc-core"); MODULE_INFO(srcversion, "153B271DFCAE00D2DD0028E");