From: Arnd Bergmann Date: Thu, 30 Apr 2009 22:38:58 +0000 (+0000) Subject: microblaze: do not include types.h in ptrace.h X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=bb09791344d02c8caff596dc084b1542dcb70efe;p=deliverable%2Flinux.git microblaze: do not include types.h in ptrace.h linux/types.h breaks the uclibc build, so don't include it here. Signed-off-by: Arnd Bergmann Signed-off-by: Michal Simek --- diff --git a/arch/microblaze/include/asm/ptrace.h b/arch/microblaze/include/asm/ptrace.h index 55015bce5e47..a917dc517736 100644 --- a/arch/microblaze/include/asm/ptrace.h +++ b/arch/microblaze/include/asm/ptrace.h @@ -10,7 +10,6 @@ #define _ASM_MICROBLAZE_PTRACE_H #ifndef __ASSEMBLY__ -#include typedef unsigned long microblaze_reg_t;