diff options
author | Bob Liu <lliubbo@gmail.com> | 2012-05-17 17:15:40 +0800 |
---|---|---|
committer | Bob Liu <lliubbo@gmail.com> | 2012-05-21 14:54:49 +0800 |
commit | 7c141c1c5c148419eef8972688e86e2e3115ea13 (patch) | |
tree | 82b946e1611bcd9c090ea83bb591deb32a31a1c9 /arch/blackfin/include/asm/bfin-global.h | |
parent | 1c40093976192c837c80f0c723394f176ca132ff (diff) |
blackfin: bf60x: make clock changeable in kernel menuconfig
Add clock changeable support in kernel menuconfig for bf60x.
Signed-off-by: Bob Liu <lliubbo@gmail.com>
Diffstat (limited to 'arch/blackfin/include/asm/bfin-global.h')
-rw-r--r-- | arch/blackfin/include/asm/bfin-global.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/include/asm/bfin-global.h b/arch/blackfin/include/asm/bfin-global.h index a83e922a878d..608be5e6d25c 100644 --- a/arch/blackfin/include/asm/bfin-global.h +++ b/arch/blackfin/include/asm/bfin-global.h @@ -38,7 +38,7 @@ extern unsigned long get_sclk(void); #ifdef CONFIG_BF60x extern unsigned long get_sclk0(void); extern unsigned long get_sclk1(void); -extern unsigned long get_dramclk(void); +extern unsigned long get_dclk(void); #endif extern unsigned long sclk_to_usecs(unsigned long sclk); extern unsigned long usecs_to_sclk(unsigned long usecs); |