X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-arm%2Farch-omap%2Fclock.h;h=241193ddb32a7d360e572cced0817c63f7d8269d;hb=4bb9f8b58ed7d14d276750d1792cef9b3aa1e9ec;hp=cce55badff4e3ee7720979a8a5c86e388af87404;hpb=e015fc7dba8f5002daa0982eb81d33cc72e68e95;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-arm/arch-omap/clock.h b/include/asm-arm/arch-omap/clock.h index cce55badff4..241193ddb32 100644 --- a/include/asm-arm/arch-omap/clock.h +++ b/include/asm-arm/arch-omap/clock.h @@ -15,6 +15,8 @@ #ifndef __ARCH_ARM_OMAP_CLOCK_H #define __ARCH_ARM_OMAP_CLOCK_H +#include + struct module; struct clk; @@ -82,10 +84,15 @@ struct clk { u32 clksel_mask; const struct clksel *clksel; struct dpll_data *dpll_data; + const char *clkdm_name; + struct clockdomain *clkdm; #else __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 {