diff options
Diffstat (limited to 'include/linux/mmc/host.h')
-rw-r--r-- | include/linux/mmc/host.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mmc/host.h b/include/linux/mmc/host.h index fd5fd5a6026f..bf93c9a6d729 100644 --- a/include/linux/mmc/host.h +++ b/include/linux/mmc/host.h | |||
@@ -368,6 +368,7 @@ extern struct mmc_host *mmc_alloc_host(int extra, struct device *); | |||
368 | extern int mmc_add_host(struct mmc_host *); | 368 | extern int mmc_add_host(struct mmc_host *); |
369 | extern void mmc_remove_host(struct mmc_host *); | 369 | extern void mmc_remove_host(struct mmc_host *); |
370 | extern void mmc_free_host(struct mmc_host *); | 370 | extern void mmc_free_host(struct mmc_host *); |
371 | void mmc_of_parse(struct mmc_host *host); | ||
371 | 372 | ||
372 | static inline void *mmc_priv(struct mmc_host *host) | 373 | static inline void *mmc_priv(struct mmc_host *host) |
373 | { | 374 | { |