diff options
Diffstat (limited to 'drivers/mmc/host/s3cmci.h')
-rw-r--r-- | drivers/mmc/host/s3cmci.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/mmc/host/s3cmci.h b/drivers/mmc/host/s3cmci.h index ca1ba3d58cfd..fc96194a06f4 100644 --- a/drivers/mmc/host/s3cmci.h +++ b/drivers/mmc/host/s3cmci.h | |||
@@ -68,6 +68,12 @@ struct s3cmci_host { | |||
68 | unsigned int ccnt, dcnt; | 68 | unsigned int ccnt, dcnt; |
69 | struct tasklet_struct pio_tasklet; | 69 | struct tasklet_struct pio_tasklet; |
70 | 70 | ||
71 | #ifdef CONFIG_DEBUG_FS | ||
72 | struct dentry *debug_root; | ||
73 | struct dentry *debug_state; | ||
74 | struct dentry *debug_regs; | ||
75 | #endif | ||
76 | |||
71 | #ifdef CONFIG_CPU_FREQ | 77 | #ifdef CONFIG_CPU_FREQ |
72 | struct notifier_block freq_transition; | 78 | struct notifier_block freq_transition; |
73 | #endif | 79 | #endif |