From: Paul Walmsley Date: Sat, 17 Nov 2007 00:14:49 +0000 (-0700) Subject: Remove unused and broken core_l3_ck clk_get from board-3430sdp.c X-Git-Tag: v2.6.24-omap1~187 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00c8199c8033f05285865d6a801bd7ebfbce048c;p=pandora-kernel.git Remove unused and broken core_l3_ck clk_get from board-3430sdp.c board-3430sdp.c tries to clk_get core_l3_ck. This clock doesn't exist any longer in the current clock34xx.h, so it fails. The code then tries to fetch the clock's rate, which is also not currently used. This is dead code, so remove it. Tested on 3430SDP ES1. Signed-off-by: Paul Walmsley Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed