Browse Source

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>
Arnd Bergmann 16 years ago
parent
commit
bb09791344
1 changed files with 0 additions and 1 deletions
  1. 0 1
      arch/microblaze/include/asm/ptrace.h

+ 0 - 1
arch/microblaze/include/asm/ptrace.h

@@ -10,7 +10,6 @@
 #define _ASM_MICROBLAZE_PTRACE_H
 #define _ASM_MICROBLAZE_PTRACE_H
 
 
 #ifndef __ASSEMBLY__
 #ifndef __ASSEMBLY__
-#include <linux/types.h>
 
 
 typedef unsigned long microblaze_reg_t;
 typedef unsigned long microblaze_reg_t;