]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-arm/arch-omap/clock.h
ARM: OMAP: CLKFW: Initial debugfs support for omap clock framework
[linux-2.6-omap-h63xx.git] / include / asm-arm / arch-omap / clock.h
index 12a5e4de95182ba40e02ad1357cfdb3c58c5f417..8490fbba39d1506ae2915cecf5c43acca51f6a40 100644 (file)
@@ -71,6 +71,9 @@ struct clk {
        __u8                    rate_offset;
        __u8                    src_offset;
 #endif
+#if defined(CONFIG_PM_DEBUG) && defined(CONFIG_DEBUG_FS)
+       struct dentry           *dent;  /* For visible tree hierarchy */
+#endif
 };
 
 struct cpufreq_frequency_table;