diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2007-08-20 05:34:37 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-10-12 16:15:25 -0400 |
commit | a88a447d44648f1dfba4c40b3f4b6f75597150ed (patch) | |
tree | aef17e208be43ca6ec1e5ff83022b42f05535daf /include | |
parent | 82d553c67deef92c6c84ecb70afc56e99863060c (diff) |
[ARM] pxa: remove get_lcdclk_frequency_10khz()
get_lcdclk_frequency_10khz() is now redundant, remove it. Hide
pxa27x_get_lcdclk_frequency_10khz() from public view.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-arm/arch-pxa/hardware.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-arm/arch-pxa/hardware.h b/include/asm-arm/arch-pxa/hardware.h index 386121746417..68e7b430ac80 100644 --- a/include/asm-arm/arch-pxa/hardware.h +++ b/include/asm-arm/arch-pxa/hardware.h | |||
@@ -122,7 +122,6 @@ extern void pxa_set_cken(int clock, int enable); | |||
122 | * return current memory and LCD clock frequency in units of 10kHz | 122 | * return current memory and LCD clock frequency in units of 10kHz |
123 | */ | 123 | */ |
124 | extern unsigned int get_memclk_frequency_10khz(void); | 124 | extern unsigned int get_memclk_frequency_10khz(void); |
125 | extern unsigned int get_lcdclk_frequency_10khz(void); | ||
126 | 125 | ||
127 | #endif | 126 | #endif |
128 | 127 | ||