Merge tag 'objtool-core-2023-03-02' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-block.git] / include / linux / mmc / host.h
index 8fdd3cf971a30f59684de944697d97a7a0d013e9..812e6b583b2518f7cd44c1b9ebc52e511e732c7c 100644 (file)
@@ -527,6 +527,7 @@ struct mmc_host {
 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 *);