]> 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 cce55badff4e3ee7720979a8a5c86e388af87404..811af844cd72c53ad1c8a5e06c8c151d0ae18f23 100644 (file)
@@ -86,6 +86,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 clk_functions {