hc
2024-02-19 1c055e55a242a33e574e48be530e06770a210dcd
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 *);