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)
commitc944013518cc3ba407057e9ee910d0258c0a47dd
tree5ba3f451eb2ab9bba150a99a9755de91001659e6
parentfb498e2570eedc6c9c3d165e370624dfc3aed97b
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