Commit 390e316c authored by Ulf Hansson's avatar Ulf Hansson

mmc: core: Remove unused mmc_list_to_card() macro

Signed-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
parent fc95e30b
......@@ -509,8 +509,6 @@ static inline int mmc_card_broken_irq_polling(const struct mmc_card *c)
#define mmc_dev_to_card(d) container_of(d, struct mmc_card, dev)
#define mmc_list_to_card(l) container_of(l, struct mmc_card, node)
extern int mmc_register_driver(struct device_driver *);
extern void mmc_unregister_driver(struct device_driver *);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment