diff options
author | Paul Walmsley <paul@pwsan.com> | 2011-09-14 17:23:39 -0600 |
---|---|---|
committer | Paul Walmsley <paul@pwsan.com> | 2011-09-14 17:23:39 -0600 |
commit | 00c46b3069c1ee9aa31db3057e9224685af52efa (patch) | |
tree | 473f87e3733e20a31b663fb346e44f36cf1cb0d4 /arch/arm/plat-omap/include/plat/clock.h | |
parent | d6504acd2125984c61dce24727dd3842d0144015 (diff) | |
download | lwn-00c46b3069c1ee9aa31db3057e9224685af52efa.tar.gz lwn-00c46b3069c1ee9aa31db3057e9224685af52efa.zip |
OMAP: id: remove OMAP_CHIP declarations, code
Now that all of the users of the OMAP_CHIP bitfield code have been converted
to use lists, the OMAP_CHIP code, data, and declarations can be removed.
Signed-off-by: Paul Walmsley <paul@pwsan.com>
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 df4b9683f17f..197ca03c3f7d 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; |