diff options
Diffstat (limited to 'include/linux/mmc')
-rw-r--r-- | include/linux/mmc/card.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mmc/card.h b/include/linux/mmc/card.h index 6a98f32670b8..842de3e21e70 100644 --- a/include/linux/mmc/card.h +++ b/include/linux/mmc/card.h | |||
@@ -520,6 +520,7 @@ struct mmc_driver { | |||
520 | void (*remove)(struct mmc_card *); | 520 | void (*remove)(struct mmc_card *); |
521 | int (*suspend)(struct mmc_card *); | 521 | int (*suspend)(struct mmc_card *); |
522 | int (*resume)(struct mmc_card *); | 522 | int (*resume)(struct mmc_card *); |
523 | void (*shutdown)(struct mmc_card *); | ||
523 | }; | 524 | }; |
524 | 525 | ||
525 | extern int mmc_register_driver(struct mmc_driver *); | 526 | extern int mmc_register_driver(struct mmc_driver *); |