hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
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 *);