[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <BANLkTimdog_wi+7_Vx7Qzpc0ZYor_RHg2g@mail.gmail.com>
Date: Sun, 22 May 2011 22:42:56 +0800
From: Américo Wang <xiyou.wangcong@...il.com>
To: linux-cris-kernel@...s.com, LKML <linux-kernel@...r.kernel.org>
Cc: Geert Uytterhoeven <geert@...ux-m68k.org>,
Mikael Starvik <starvik@...s.com>,
Andrew Morton <akpm@...ux-foundation.org>,
Jesper Nilsson <jesper.nilsson@...s.com>
Subject: [Patch] cris: add missing declaration of kgdb_init() and breakpoint()
This patch fixes such a build error on cris:
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'
So, just declare these two functions.
Reported-by: Geert Uytterhoeven <geert@...ux-m68k.org>
Signed-off-by: WANG Cong <xiyou.wangcong@...il.com>
Cc: Mikael Starvik <starvik@...s.com>
Cc: Jesper Nilsson <jesper.nilsson@...s.com>
---
View attachment "cris-fix-build-error-kgdb_init.diff" of type "text/x-patch" (544 bytes)
Powered by blists - more mailing lists