projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c60155
)
microblaze: do not include types.h in ptrace.h
author
Arnd Bergmann
<arnd@arndb.de>
Thu, 30 Apr 2009 22:38:58 +0000
(22:38 +0000)
committer
Michal 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/microblaze/include/asm/ptrace.h
b/arch/microblaze/include/asm/ptrace.h
index 55015bce5e47ed0c6ec9bc6fa2eef293ddcfbdbd..a917dc517736dd03715235505606e9be5afdf53e 100644
(file)
--- 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;