diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-arm/arch-omap/clock.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-arm/arch-omap/clock.h b/include/asm-arm/arch-omap/clock.h index 12a5e4de9518..8490fbba39d1 100644 --- a/include/asm-arm/arch-omap/clock.h +++ b/include/asm-arm/arch-omap/clock.h | |||
@@ -71,6 +71,9 @@ struct clk { | |||
71 | __u8 rate_offset; | 71 | __u8 rate_offset; |
72 | __u8 src_offset; | 72 | __u8 src_offset; |
73 | #endif | 73 | #endif |
74 | #if defined(CONFIG_PM_DEBUG) && defined(CONFIG_DEBUG_FS) | ||
75 | struct dentry *dent; /* For visible tree hierarchy */ | ||
76 | #endif | ||
74 | }; | 77 | }; |
75 | 78 | ||
76 | struct cpufreq_frequency_table; | 79 | struct cpufreq_frequency_table; |