Skip to content

Commit

Permalink
mmc: core: Remove unused mmc_list_to_card() macro
Browse files Browse the repository at this point in the history
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
  • Loading branch information
Ulf Hansson committed Nov 10, 2014
1 parent fc95e30 commit 390e316
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/linux/mmc/card.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 *);

Expand Down

0 comments on commit 390e316

Please sign in to comment.