hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/include/linux/mmc/host.h
....@@ -503,6 +503,7 @@
503503 struct device_node;
504504
505505 struct mmc_host *mmc_alloc_host(int extra, struct device *);
506
+struct mmc_host *devm_mmc_alloc_host(struct device *dev, int extra);
506507 int mmc_add_host(struct mmc_host *);
507508 void mmc_remove_host(struct mmc_host *);
508509 void mmc_free_host(struct mmc_host *);