diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-10-22 19:38:30 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-10-22 19:38:30 +0900 |
commit | 6f8f6daa6db4c6b5ef8b7f9e62518fed91414670 (patch) | |
tree | aeeff5547f78cca4b6448dfaeb6e45d85b802528 /arch | |
parent | 42eed42bac41c8106ed52b6b84409d84c0981e36 (diff) | |
download | op-kernel-dev-6f8f6daa6db4c6b5ef8b7f9e62518fed91414670.zip op-kernel-dev-6f8f6daa6db4c6b5ef8b7f9e62518fed91414670.tar.gz |
sh: Kill off unused p1fc divisors from SH7763 clk fwk.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/sh/kernel/cpu/sh4a/clock-sh7763.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/kernel/cpu/sh4a/clock-sh7763.c b/arch/sh/kernel/cpu/sh4a/clock-sh7763.c index 45889d4..3177d0d 100644 --- a/arch/sh/kernel/cpu/sh4a/clock-sh7763.c +++ b/arch/sh/kernel/cpu/sh4a/clock-sh7763.c @@ -18,7 +18,6 @@ static int bfc_divisors[] = { 1, 1, 1, 8, 1, 1, 1, 1 }; static int p0fc_divisors[] = { 1, 1, 1, 8, 1, 1, 1, 1 }; -static int p1fc_divisors[] = { 1, 1, 1, 16, 1, 1, 1, 1 }; static int cfc_divisors[] = { 1, 1, 4, 1, 1, 1, 1, 1 }; static void master_clk_init(struct clk *clk) |