]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
Remove unused and broken core_l3_ck clk_get from board-3430sdp.c
authorPaul Walmsley <paul@pwsan.com>
Sat, 17 Nov 2007 00:14:49 +0000 (17:14 -0700)
committerTony Lindgren <tony@atomide.com>
Fri, 23 Nov 2007 20:28:57 +0000 (12:28 -0800)
commit00c8199c8033f05285865d6a801bd7ebfbce048c
treecbe2d451eae98c9065b1caeeb350a6b56e48778b
parentf5c485c4848175345055531910742085310474f0
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 <paul@pwsan.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/board-3430sdp.c