From: Michael Ellerman Date: Tue, 3 Oct 2006 04:12:07 +0000 (+1000) Subject: [POWERPC] Cleanup include/asm-powerpc/xmon.h X-Git-Tag: v2.6.19-rc1~35^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23b8acb1cf49fea74a9d431de258787384951eac;p=pandora-kernel.git [POWERPC] Cleanup include/asm-powerpc/xmon.h For some reason we have two prototypes for xmon_init(), remove the one in system.h. No one calls xmon() anymore, debugger() is preferable, so we don't need the prototype. And similarly no one calls xmon_printf(). Also update the include guards on xmon.h to match the standard format, add copyright and license, and add comments to #endifs. Built for pseries_defconfig and pmac32_defconfig. Signed-off-by: Michael Ellerman Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed