forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 093a6c67005148ae32a5c9e4553491b9f5c2457b
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 *);