From 665d18669dd420acb14b1b76ad3213a7a6a65116 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Sun, 17 Feb 2008 15:38:35 +0100 Subject: [PATCH] --- yaml --- r: 86521 b: refs/heads/master c: 4377e605e0b004a8d2049eac6cc89fbe1fdcdbb2 h: refs/heads/master i: 86519: dac78f3c316075b79a74f82e1bb81d81043added v: v3 --- [refs] | 2 +- trunk/arch/sh/kernel/cpu/sh2a/clock-sh7203.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index c26df86d3f8c..bbe2c2cd5563 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 24d10f0c37d301e88f6965e3dc0aa684311544e5 +refs/heads/master: 4377e605e0b004a8d2049eac6cc89fbe1fdcdbb2 diff --git a/trunk/arch/sh/kernel/cpu/sh2a/clock-sh7203.c b/trunk/arch/sh/kernel/cpu/sh2a/clock-sh7203.c index 3feb95a4fcbc..fb781329848a 100644 --- a/trunk/arch/sh/kernel/cpu/sh2a/clock-sh7203.c +++ b/trunk/arch/sh/kernel/cpu/sh2a/clock-sh7203.c @@ -21,8 +21,8 @@ #include #include -const static int pll1rate[]={8,12,16,0}; -const static int pfc_divisors[]={1,2,3,4,6,8,12}; +static const int pll1rate[]={8,12,16,0}; +static const int pfc_divisors[]={1,2,3,4,6,8,12}; #define ifc_divisors pfc_divisors #if (CONFIG_SH_CLK_MD == 0)