MIPS: Fix KGDB build error
commitcb33ce3b7092e317bcf5beca5d90c8cfc7c36a38
authorYoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Sat, 25 Oct 2008 08:30:35 +0000 (25 17:30 +0900)
committerRalf Baechle <ralf@linux-mips.org>
Sat, 25 Oct 2008 18:19:42 +0000 (25 19:19 +0100)
tree00ebfa1be10de0d276a48b97c8db46bbf658d26e
parentbcd7db09f8ee0d66aaed5de9259aebfc81fe3ec8
MIPS: Fix KGDB build error

In file included from include/linux/ptrace.h:49,
                 from arch/mips/kernel/kgdb.c:25:
/home/yuasa/src/linux/test/mips/linux/arch/mips/include/asm/ptrace.h:123: error: expected declaration specifiers or '...' before '__s64'
/home/yuasa/src/linux/test/mips/linux/arch/mips/include/asm/ptrace.h:124: error: expected declaration specifiers or '...' before '__s64'
/home/yuasa/src/linux/test/mips/linux/arch/mips/include/asm/ptrace.h:126: error: expected declaration specifiers or '...' before '__u32'
/home/yuasa/src/linux/test/mips/linux/arch/mips/include/asm/ptrace.h:127: error: expected declaration specifiers or '...' before '__u32'
make[1]: *** [arch/mips/kernel/kgdb.o] Error 1

Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/ptrace.h