From patchwork Thu Dec 9 16:39:22 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Koskinen, Aaro (Nokia - FI/Espoo)" X-Patchwork-Id: 394982 X-Patchwork-Delegate: tony@atomide.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id oB9GckIp021145 for ; Thu, 9 Dec 2010 16:38:46 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753911Ab0LIQip (ORCPT ); Thu, 9 Dec 2010 11:38:45 -0500 Received: from smtp.nokia.com ([147.243.128.26]:32466 "EHLO mgw-da02.nokia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753844Ab0LIQip (ORCPT ); Thu, 9 Dec 2010 11:38:45 -0500 Received: from localhost.localdomain (corebot.research.nokia.com [172.21.34.37]) by mgw-da02.nokia.com (Switch-3.4.3/Switch-3.4.3) with ESMTP id oB9GcSO3019620; Thu, 9 Dec 2010 18:38:39 +0200 From: Aaro Koskinen To: tony@atomide.com, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH 6/8] arm: omap: sdram-nokia: delete redundant timing data Date: Thu, 9 Dec 2010 18:39:22 +0200 Message-Id: <1291912764-12823-7-git-send-email-aaro.koskinen@nokia.com> X-Mailer: git-send-email 1.5.6.5 In-Reply-To: <1291912764-12823-1-git-send-email-aaro.koskinen@nokia.com> References: <1291912764-12823-1-git-send-email-aaro.koskinen@nokia.com> X-Nokia-AV: Clean Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Thu, 09 Dec 2010 16:38:46 +0000 (UTC) diff --git a/arch/arm/mach-omap2/sdram-nokia.c b/arch/arm/mach-omap2/sdram-nokia.c index 863586b..baf83ec 100644 --- a/arch/arm/mach-omap2/sdram-nokia.c +++ b/arch/arm/mach-omap2/sdram-nokia.c @@ -69,7 +69,6 @@ static const struct { long rate; struct sdram_timings const *data; } nokia_timings[] = { - { 41500000, nokia_166mhz_timings }, { 83000000, nokia_166mhz_timings }, { 166000000, nokia_166mhz_timings }, };