summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2009-05-01 02:38:58 +0400
committerMichal Simek <monstr@monstr.eu>2009-05-21 17:56:06 +0400
commitbb09791344d02c8caff596dc084b1542dcb70efe (patch)
tree0bf8e68b22e508cb00c06a910ac27c6dba0abcb5
parent0c60155e14eb00fa13836a710a2d2efb63d8861c (diff)
downloadlinux-bb09791344d02c8caff596dc084b1542dcb70efe.tar.xz
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 <arnd@arndb.de> Signed-off-by: Michal Simek <monstr@monstr.eu>
-rw-r--r--arch/microblaze/include/asm/ptrace.h1
1 files changed, 0 insertions, 1 deletions
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 <linux/types.h>
typedef unsigned long microblaze_reg_t;