microblaze: do not include types.h in ptrace.h
authorArnd Bergmann <arnd@arndb.de>
Thu, 30 Apr 2009 22:38:58 +0000 (22:38 +0000)
committerMichal Simek <monstr@monstr.eu>
Thu, 21 May 2009 13:56:06 +0000 (15:56 +0200)
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>
arch/microblaze/include/asm/ptrace.h

index 55015bce5e47ed0c6ec9bc6fa2eef293ddcfbdbd..a917dc517736dd03715235505606e9be5afdf53e 100644 (file)
@@ -10,7 +10,6 @@
 #define _ASM_MICROBLAZE_PTRACE_H
 
 #ifndef __ASSEMBLY__
-#include <linux/types.h>
 
 typedef unsigned long microblaze_reg_t;
 
This page took 0.025658 seconds and 5 git commands to generate.