diff options
author | Arnd Bergmann <arnd@arndb.de> | 2011-10-31 00:52:14 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2011-10-31 00:52:14 +0100 |
commit | 65af7c4608f7b7019e2faa220fb9624988965873 (patch) | |
tree | 42be40284249ba4c2584023e94cd12c4df4cffdd /arch/arm/plat-omap/include/plat/clock.h | |
parent | b1e3be0647fec81887e55edbda0c56c0445f7b53 (diff) | |
parent | 4c23c8da96de1af7ed88ee5258af613e8c03c3ad (diff) |
Merge branches 'stericsson/timer' and 'omap/dmtimer' into next/timer
Diffstat (limited to 'arch/arm/plat-omap/include/plat/clock.h')
-rw-r--r-- | arch/arm/plat-omap/include/plat/clock.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/plat-omap/include/plat/clock.h b/arch/arm/plat-omap/include/plat/clock.h index df4b9683f17..197ca03c3f7 100644 --- a/arch/arm/plat-omap/include/plat/clock.h +++ b/arch/arm/plat-omap/include/plat/clock.h @@ -80,8 +80,6 @@ struct clkops { * * @div is the divisor that should be applied to the parent clock's rate * to produce the current clock's rate. - * - * XXX @flags probably should be replaced with an struct omap_chip. */ struct clksel_rate { u32 val; |