From patchwork Wed May 20 13:44:40 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 24990 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n4KDleJf004283 for ; Wed, 20 May 2009 13:47:40 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754760AbZETNri (ORCPT ); Wed, 20 May 2009 09:47:38 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754764AbZETNri (ORCPT ); Wed, 20 May 2009 09:47:38 -0400 Received: from mail-px0-f103.google.com ([209.85.216.103]:58797 "EHLO mail-px0-f103.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754760AbZETNrh (ORCPT ); Wed, 20 May 2009 09:47:37 -0400 Received: by pxi1 with SMTP id 1so130427pxi.33 for ; Wed, 20 May 2009 06:47:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:date:message-id :subject; bh=lNITmnwwDWxwVMYHfntESsW/vuaHNpWEIuCzj5PzQ7A=; b=YkHjZe6vOrQkWijeFRP/6HcEj/vPOGBwqyWXW3DdbxWIXQdq5V70WUGEwhEZDDyv6/ qAIgQ+uqVtNzUM4Askh3x6Ldx4xk+Rc6AErUYvo224I873N+Mmajkt2nfhGpapwfWFM5 l2ODZO6PSL7Enecc19Z9uwi6j6/9nXZJqy0KI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:date:message-id:subject; b=NvJ21jZWXNgr8CZv3vAvEHDia/vOSjISnxwtkBwudol7XSKn66Sr/T558Z5q2tWqQZ o97j9sOvgFvPJ3Xue3S3hZ7KKK6WDkpDwFtSrBO7vAPREqQfZf4bLXUL15mAY5E7niaC xjrYCFv/dBGw/OL+LailvQcPQllio01gEyoVE= Received: by 10.142.246.20 with SMTP id t20mr466170wfh.232.1242827257820; Wed, 20 May 2009 06:47:37 -0700 (PDT) Received: from rx1.opensource.se (210.5.32.202.bf.2iij.net [202.32.5.210]) by mx.google.com with ESMTPS id 28sm665195wfg.25.2009.05.20.06.47.36 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 20 May 2009 06:47:36 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Cc: Magnus Damm , lethal@linux-sh.org Date: Wed, 20 May 2009 22:44:40 +0900 Message-Id: <20090520134440.7441.27247.sendpatchset@rx1.opensource.se> Subject: [PATCH] sh: clkfwk branch compile fix for clock-sh7722 Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org From: Magnus Damm Fix clkfwk branch compile error in clock-sh7722.c. Signed-off-by: Magnus Damm --- arch/sh/kernel/cpu/sh4a/clock-sh7722.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- 0001/arch/sh/kernel/cpu/sh4a/clock-sh7722.c +++ work/arch/sh/kernel/cpu/sh4a/clock-sh7722.c 2009-05-20 13:34:25.000000000 +0900 @@ -892,7 +892,7 @@ int __init arch_clk_init(void) struct clk *clk; int i; - clk_cpg_init(); + cpg_clk_init(); clk = clk_get(NULL, "master_clk"); for (i = 0; i < ARRAY_SIZE(sh7722_clocks); i++) {