diff options
Diffstat (limited to 'include/linux/mmc')
| -rw-r--r-- | include/linux/mmc/card.h | 2 | ||||
| -rw-r--r-- | include/linux/mmc/host.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/mmc/card.h b/include/linux/mmc/card.h index 0d508ac17d64..ee6e822d5994 100644 --- a/include/linux/mmc/card.h +++ b/include/linux/mmc/card.h | |||
| @@ -111,6 +111,8 @@ struct mmc_card { | |||
| 111 | unsigned num_info; /* number of info strings */ | 111 | unsigned num_info; /* number of info strings */ |
| 112 | const char **info; /* info strings */ | 112 | const char **info; /* info strings */ |
| 113 | struct sdio_func_tuple *tuples; /* unknown common tuples */ | 113 | struct sdio_func_tuple *tuples; /* unknown common tuples */ |
| 114 | |||
| 115 | struct dentry *debugfs_root; | ||
| 114 | }; | 116 | }; |
| 115 | 117 | ||
| 116 | #define mmc_card_mmc(c) ((c)->type == MMC_TYPE_MMC) | 118 | #define mmc_card_mmc(c) ((c)->type == MMC_TYPE_MMC) |
diff --git a/include/linux/mmc/host.h b/include/linux/mmc/host.h index 10a2080086ca..9c288c909878 100644 --- a/include/linux/mmc/host.h +++ b/include/linux/mmc/host.h | |||
| @@ -157,6 +157,8 @@ struct mmc_host { | |||
| 157 | struct led_trigger *led; /* activity led */ | 157 | struct led_trigger *led; /* activity led */ |
| 158 | #endif | 158 | #endif |
| 159 | 159 | ||
| 160 | struct dentry *debugfs_root; | ||
| 161 | |||
| 160 | unsigned long private[0] ____cacheline_aligned; | 162 | unsigned long private[0] ____cacheline_aligned; |
| 161 | }; | 163 | }; |
| 162 | 164 | ||
