diff options
author | Michael Jones <michael.jones@matrix-vision.de> | 2012-09-22 04:24:13 -0400 |
---|---|---|
committer | Paul Walmsley <paul@pwsan.com> | 2012-09-22 12:50:00 -0400 |
commit | e5e7045364d5cc415fa1d150f033f38fedb6b7cb (patch) | |
tree | 6d31f86a4738b47966fc2f20f950b21e6257aa23 /arch | |
parent | 9fe0624e1b9faa43d1f6136c70409c4716fb73c9 (diff) |
ARM: OMAP3: clock data: remove obsolete comment
The file is currently called 'clock3xxx_data.c', so this comment is
out of date.
Signed-off-by: Michael Jones <michael.jones@matrix-vision.de>
[paul@pwsan.com: wrote changelog]
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-omap2/clock3xxx_data.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/clock3xxx_data.c b/arch/arm/mach-omap2/clock3xxx_data.c index 700317a1bd16..54f439b40967 100644 --- a/arch/arm/mach-omap2/clock3xxx_data.c +++ b/arch/arm/mach-omap2/clock3xxx_data.c | |||
@@ -3215,7 +3215,6 @@ static struct clk dummy_apb_pclk = { | |||
3215 | * clkdev | 3215 | * clkdev |
3216 | */ | 3216 | */ |
3217 | 3217 | ||
3218 | /* XXX At some point we should rename this file to clock3xxx_data.c */ | ||
3219 | static struct omap_clk omap3xxx_clks[] = { | 3218 | static struct omap_clk omap3xxx_clks[] = { |
3220 | CLK(NULL, "apb_pclk", &dummy_apb_pclk, CK_3XXX), | 3219 | CLK(NULL, "apb_pclk", &dummy_apb_pclk, CK_3XXX), |
3221 | CLK(NULL, "omap_32k_fck", &omap_32k_fck, CK_3XXX), | 3220 | CLK(NULL, "omap_32k_fck", &omap_32k_fck, CK_3XXX), |