]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Fix KGDB build error
authorDavid Daney <ddaney@caviumnetworks.com>
Fri, 24 Oct 2008 16:31:13 +0000 (09:31 -0700)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 27 Oct 2008 16:18:26 +0000 (16:18 +0000)
commitb68404af67dab76ba2551b9cec014bc6d26e08d4
tree5ba3f451eb2ab9bba150a99a9755de91001659e6
parentd4e984dd4baf5df0bc1dd97b4115e79156933843
MIPS: Fix KGDB build error

<asm/ptrace.h> is exported to userland so can't include <linux/ptrace.h>,
so replace the C99 types with their basic C type equivalents.

Bug originally reported and initial patch by Yoichi Yuasa
<yoichi_yuasa@tripeaks.co.jp>.

Signed-off-by: David Daney <ddaney@caviumnetworks.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/ptrace.h