hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
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 *);