diff options
author | Paul Walmsley <paul@pwsan.com> | 2010-07-26 18:34:28 -0400 |
---|---|---|
committer | Paul Walmsley <paul@pwsan.com> | 2010-07-26 18:34:28 -0400 |
commit | fb2fc9204f8ce060d239ab41f09cf6fc6de5ad4b (patch) | |
tree | 925c6e8ce2ea6bb997cf71238c06e5f51bfe8ceb /arch/arm/mach-omap1/clock.h | |
parent | 936305a96ce1611093ad7a5591a62f9d7142be7c (diff) |
OMAP1: clock: some cleanup
Convert most of the magic numbers in mach-omap1/clock_data.c to use
macros. Clean up a few comments to conform with Documentation/CodingStyle.
Mark the current clkops_uart as being OMAP16xx-only, and add some comments
to indicate that it does not belong there, for future cleanup.
This patch should not cause any functional changes.
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Diffstat (limited to 'arch/arm/mach-omap1/clock.h')
-rw-r--r-- | arch/arm/mach-omap1/clock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/clock.h b/arch/arm/mach-omap1/clock.h index 75d0d7d90bff..eaf09efb91ca 100644 --- a/arch/arm/mach-omap1/clock.h +++ b/arch/arm/mach-omap1/clock.h | |||
@@ -107,7 +107,7 @@ extern struct clk *api_ck_p, *ck_dpll1_p, *ck_ref_p; | |||
107 | 107 | ||
108 | extern const struct clkops clkops_dspck; | 108 | extern const struct clkops clkops_dspck; |
109 | extern const struct clkops clkops_dummy; | 109 | extern const struct clkops clkops_dummy; |
110 | extern const struct clkops clkops_uart; | 110 | extern const struct clkops clkops_uart_16xx; |
111 | extern const struct clkops clkops_generic; | 111 | extern const struct clkops clkops_generic; |
112 | 112 | ||
113 | #endif | 113 | #endif |