diff options
author | Kelvin Cheung <keguang.zhang@gmail.com> | 2012-10-23 07:17:00 +0200 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2012-11-09 11:37:20 +0100 |
commit | 17ded0a89b3b0b6ac626d58d469ef899f21e2d42 (patch) | |
tree | 6db9edc67a722d391c7ae3dfc4796b60d02d63e1 /arch/mips/loongson1/Kconfig | |
parent | MIPS: Netlogic: Support for XLR/XLS Fast Message Network (diff) | |
download | linux-17ded0a89b3b0b6ac626d58d469ef899f21e2d42.tar.xz linux-17ded0a89b3b0b6ac626d58d469ef899f21e2d42.zip |
MIPS: Loongson1B: use common clock infrastructure instead of private APIs
Use common clock infrastructure instead of private APIs.
1. Enable COMMON_CLK in the Kconfig.
2. Remove private clock APIs, which are replaced by the code in
drivers/clk/clk-ls1x.c.
3. Modify header file for drivers/clk/clk-ls1x.c.
Signed-off-by: Kelvin Cheung <keguang.zhang@gmail.com>
Patchwork: http://patchwork.linux-mips.org/patch/4431
Signed-off-by: John Crispin <blogic@openwrt.org>
Diffstat (limited to 'arch/mips/loongson1/Kconfig')
-rw-r--r-- | arch/mips/loongson1/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/loongson1/Kconfig b/arch/mips/loongson1/Kconfig index a9a14d6e81af..fbf75f635798 100644 --- a/arch/mips/loongson1/Kconfig +++ b/arch/mips/loongson1/Kconfig @@ -15,7 +15,7 @@ config LOONGSON1_LS1B select SYS_SUPPORTS_LITTLE_ENDIAN select SYS_SUPPORTS_HIGHMEM select SYS_HAS_EARLY_PRINTK - select HAVE_CLK + select COMMON_CLK endchoice |