#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(sdhci_dumpregs, "_gpl", ""); KSYMTAB_FUNC(sdhci_enable_v4_mode, "_gpl", ""); KSYMTAB_FUNC(sdhci_data_line_cmd, "_gpl", ""); KSYMTAB_FUNC(sdhci_reset, "_gpl", ""); KSYMTAB_FUNC(sdhci_do_reset, "_gpl", ""); KSYMTAB_FUNC(sdhci_mod_timer, "_gpl", ""); KSYMTAB_FUNC(sdhci_adma_write_desc, "_gpl", ""); KSYMTAB_FUNC(sdhci_set_data_timeout_irq, "_gpl", ""); KSYMTAB_FUNC(__sdhci_set_timeout, "_gpl", ""); KSYMTAB_FUNC(sdhci_initialize_data, "_gpl", ""); KSYMTAB_FUNC(sdhci_prepare_dma, "_gpl", ""); KSYMTAB_FUNC(sdhci_switch_external_dma, "_gpl", ""); KSYMTAB_FUNC(sdhci_needs_reset, "_gpl", ""); KSYMTAB_FUNC(__sdhci_finish_mrq, "_gpl", ""); KSYMTAB_FUNC(sdhci_finish_mrq, "_gpl", ""); KSYMTAB_FUNC(__sdhci_finish_data_common, "_gpl", ""); KSYMTAB_FUNC(sdhci_present_error, "_gpl", ""); KSYMTAB_FUNC(sdhci_calc_clk, "_gpl", ""); KSYMTAB_FUNC(sdhci_enable_clk, "_gpl", ""); KSYMTAB_FUNC(sdhci_set_clock, "_gpl", ""); KSYMTAB_FUNC(sdhci_get_vdd_value, "_gpl", ""); KSYMTAB_FUNC(sdhci_set_power_noreg, "_gpl", ""); KSYMTAB_FUNC(sdhci_set_power, "_gpl", ""); KSYMTAB_FUNC(sdhci_set_power_and_bus_voltage, "_gpl", ""); KSYMTAB_FUNC(sdhci_request, "_gpl", ""); KSYMTAB_FUNC(sdhci_request_atomic, "_gpl", ""); KSYMTAB_FUNC(sdhci_set_bus_width, "_gpl", ""); KSYMTAB_FUNC(sdhci_set_uhs_signaling, "_gpl", ""); KSYMTAB_FUNC(sdhci_set_ios_common, "_gpl", ""); KSYMTAB_FUNC(sdhci_set_ios, "_gpl", ""); KSYMTAB_FUNC(sdhci_get_cd_nogpio, "_gpl", ""); KSYMTAB_FUNC(sdhci_get_ro, "_gpl", ""); KSYMTAB_FUNC(sdhci_enable_sdio_irq, "_gpl", ""); KSYMTAB_FUNC(sdhci_start_signal_voltage_switch, "_gpl", ""); KSYMTAB_FUNC(sdhci_start_tuning, "_gpl", ""); KSYMTAB_FUNC(sdhci_end_tuning, "_gpl", ""); KSYMTAB_FUNC(sdhci_reset_tuning, "_gpl", ""); KSYMTAB_FUNC(sdhci_abort_tuning, "_gpl", ""); KSYMTAB_FUNC(sdhci_send_tuning, "_gpl", ""); KSYMTAB_FUNC(__sdhci_execute_tuning, "_gpl", ""); KSYMTAB_FUNC(sdhci_execute_tuning, "_gpl", ""); KSYMTAB_FUNC(sdhci_enable_preset_value, "_gpl", ""); KSYMTAB_FUNC(sdhci_request_done_dma, "_gpl", ""); KSYMTAB_FUNC(sdhci_complete_work, "_gpl", ""); KSYMTAB_FUNC(sdhci_thread_irq, "_gpl", ""); KSYMTAB_FUNC(sdhci_suspend_host, "_gpl", ""); KSYMTAB_FUNC(sdhci_resume_host, "_gpl", ""); KSYMTAB_FUNC(sdhci_runtime_suspend_host, "_gpl", ""); KSYMTAB_FUNC(sdhci_runtime_resume_host, "_gpl", ""); KSYMTAB_FUNC(sdhci_cqe_enable, "_gpl", ""); KSYMTAB_FUNC(sdhci_cqe_disable, "_gpl", ""); KSYMTAB_FUNC(sdhci_cqe_irq, "_gpl", ""); KSYMTAB_FUNC(sdhci_alloc_host, "_gpl", ""); KSYMTAB_FUNC(__sdhci_read_caps, "_gpl", ""); KSYMTAB_FUNC(sdhci_setup_host, "_gpl", ""); KSYMTAB_FUNC(sdhci_cleanup_host, "_gpl", ""); KSYMTAB_FUNC(__sdhci_add_host, "_gpl", ""); KSYMTAB_FUNC(sdhci_add_host, "_gpl", ""); KSYMTAB_FUNC(sdhci_remove_host, "_gpl", ""); KSYMTAB_FUNC(sdhci_free_host, "_gpl", ""); MODULE_INFO(depends, "mmc_core"); MODULE_INFO(srcversion, "3CF9A24B13F623438CB5E2B");