kernel/include/linux/mmc/host.h
.. .. @@ -503,6 +503,7 @@ 503 503 struct device_node; 504 504 505 505 struct mmc_host *mmc_alloc_host(int extra, struct device *); 506 +struct mmc_host *devm_mmc_alloc_host(struct device *dev, int extra);506 507 int mmc_add_host(struct mmc_host *); 507 508 void mmc_remove_host(struct mmc_host *); 508 509 void mmc_free_host(struct mmc_host *);