projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f597ac
)
[MIPS] Alchemy: Remove code wrapped by dead symbol CONFIG_AU1000_SRC_CLK
author
Ralf Baechle
<ralf@linux-mips.org>
Fri, 13 Jul 2007 05:45:48 +0000
(06:45 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Fri, 13 Jul 2007 16:40:00 +0000
(17:40 +0100)
Noticed by Robert P. J. Day (rpjday@mindspring.com).
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/au1000/common/time.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/au1000/common/time.c
b/arch/mips/au1000/common/time.c
index 1dba3f7ade823071ef22c361c7b21d937b66e881..8fc29982d700bdc68c7a399b8561bfe0d1c4755a 100644
(file)
--- a/
arch/mips/au1000/common/time.c
+++ b/
arch/mips/au1000/common/time.c
@@
-203,11
+203,7
@@
wakeup_counter0_set(int ticks)
/* I haven't found anyone that doesn't use a 12 MHz source clock,
* but just in case.....
*/
-#ifdef CONFIG_AU1000_SRC_CLK
-#define AU1000_SRC_CLK CONFIG_AU1000_SRC_CLK
-#else
#define AU1000_SRC_CLK 12000000
-#endif
/*
* We read the real processor speed from the PLL. This is important