diff options
author | Arnd Bergmann <arnd@arndb.de> | 2009-04-30 22:38:58 +0000 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2009-05-21 15:56:06 +0200 |
commit | bb09791344d02c8caff596dc084b1542dcb70efe (patch) | |
tree | 0bf8e68b22e508cb00c06a910ac27c6dba0abcb5 /arch/microblaze | |
parent | 0c60155e14eb00fa13836a710a2d2efb63d8861c (diff) |
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>
Diffstat (limited to 'arch/microblaze')
-rw-r--r-- | arch/microblaze/include/asm/ptrace.h | 1 |
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; |