From cf4ce59b3b70238352c7f1729f0f7223214828ad Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 20 Sep 2024 01:46:19 +0000 Subject: [PATCH] rtl88x2CE_WiFi_linux add concurrent mode --- kernel/include/linux/mmc/host.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/kernel/include/linux/mmc/host.h b/kernel/include/linux/mmc/host.h index 6fa9e47..45cbfce 100644 --- a/kernel/include/linux/mmc/host.h +++ b/kernel/include/linux/mmc/host.h @@ -503,6 +503,7 @@ struct device_node; struct mmc_host *mmc_alloc_host(int extra, struct device *); +struct mmc_host *devm_mmc_alloc_host(struct device *dev, int extra); int mmc_add_host(struct mmc_host *); void mmc_remove_host(struct mmc_host *); void mmc_free_host(struct mmc_host *); -- Gitblit v1.6.2