From: WANG Cong Date: Wed, 3 Aug 2011 23:21:15 +0000 (-0700) Subject: cris: add missing declaration of kgdb_init() and breakpoint() X-Git-Tag: v3.1-rc1~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1646ec9db75e151b0479dbfaf972f741d0476ec7;p=pandora-kernel.git cris: add missing declaration of kgdb_init() and breakpoint() Fix: arch/cris/arch-v10/kernel/irq.c:239: error: implicit declaration of function 'kgdb_init' arch/cris/arch-v10/kernel/irq.c:240: error: implicit declaration of function 'breakpoint' Declare these two functions. Reported-by: Geert Uytterhoeven Signed-off-by: WANG Cong Cc: Mikael Starvik Cc: Jesper Nilsson Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed