From: Finn Thain Date: Fri, 11 Apr 2014 05:27:58 +0000 (+1000) Subject: m68k: Toward platform agnostic framebuffer debug logging X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~55^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97f3f68c21fb5edaf4503b9aef6beefddf316d76;p=pandora-kernel.git m68k: Toward platform agnostic framebuffer debug logging Code subject to #ifdef CONSOLE is made more generic, as was apparently intended by the original author. Remove console_put_stats() routine. If it should be somehow useful, it should also be useful on platforms without framebuffer debug logging. The present implementation is only built #if defined CONFIG_MAC && defined CONSOLE even though puts() works everywhere. Signed-off-by: Finn Thain Tested-by: Stephen N Chivers Signed-off-by: Geert Uytterhoeven --- Reading git-diff-tree failed