From 093a6c67005148ae32a5c9e4553491b9f5c2457b Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 10 May 2024 07:40:51 +0000 Subject: [PATCH] disable kernel build waring --- 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