From: Aaro Koskinen Date: Fri, 17 Dec 2010 23:13:46 +0000 (-0800) Subject: arm: omap: sdram-nokia: delete redundant timing data X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=15d24e118d51601a5cc2f021005aa7354b03b1c8;p=linux-edison.git arm: omap: sdram-nokia: delete redundant timing data 41.5 MHz SDRAM clock is not usable. Signed-off-by: Aaro Koskinen Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/mach-omap2/sdram-nokia.c b/arch/arm/mach-omap2/sdram-nokia.c index 863586bdb98..baf83ecdada 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 }, };