From: Jarkko Nikula Date: Tue, 31 Aug 2010 10:12:56 +0000 (+0000) Subject: omap2: McBSP: Remove mux code for OMAP2420 McBSP2 and do cleanups X-Git-Tag: v2.6.37-rc1~121^2~52^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7193559af4243279790fd8dbfef82f8536d9c514;p=pandora-kernel.git omap2: McBSP: Remove mux code for OMAP2420 McBSP2 and do cleanups This 'legacy' OMAP2420 McBSP2 muxing code is currently broken after recent conversion to new mux code. The omap_mcbsp_request calling this code is usually called after booting whereas the omap_mux_init_signal is __init marked so null pointer dereference would occur. Fix this by removing the muxing code and let the bootloader or board file to do it if necessary. Remove also omap2_mcbsp_ops as there is no use for it. Signed-off-by: Jarkko Nikula Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed