From bb09791344d02c8caff596dc084b1542dcb70efe Mon Sep 17 00:00:00 2001 From: Arnd Bergmann Date: Thu, 30 Apr 2009 22:38:58 +0000 Subject: [PATCH] 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 --- arch/microblaze/include/asm/ptrace.h | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/microblaze/include/asm/ptrace.h b/arch/microblaze/include/asm/ptrace.h index 55015bce5e4..a917dc51773 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; -- 2.32.0.93.g670b81a890