From: Michael Neuling Date: Thu, 10 Jan 2013 14:25:34 +0000 (+0000) Subject: powerpc: Rename set_break to avoid naming conflict X-Git-Tag: v3.9-rc1~100^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9818c3312da66f4b83a4a2e8650628be1237cb5;p=pandora-kernel.git powerpc: Rename set_break to avoid naming conflict With allmodconfig we are getting: drivers/tty/synclink_gt.c:160:12: error: conflicting types for 'set_break' arch/powerpc/include/asm/debug.h:49:5: note: previous declaration of 'set_break' was here drivers/tty/synclinkmp.c:526:12: error: conflicting types for 'set_break' arch/powerpc/include/asm/debug.h:49:5: note: previous declaration of 'set_break' was here This renames set_break to set_breakpoint to avoid this naming conflict Signed-off-by: Michael Neuling Reported-by: Fengguang Wu Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed