projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4be2c7f
)
headers_check fix: powerpc, elf.h
author
Jaswinder Singh Rajput
<
[email protected]
>
Sat, 31 Jan 2009 06:12:29 +0000
(11:42 +0530)
committer
Jaswinder Singh Rajput
<
[email protected]
>
Sun, 1 Feb 2009 05:31:28 +0000
(11:01 +0530)
fix the following 'make headers_check' warning:
usr/include/asm-powerpc/elf.h:5: include of <linux/types.h> is preferred over <asm/types.h>
Signed-off-by: Jaswinder Singh Rajput <
[email protected]
>
arch/powerpc/include/asm/elf.h
patch
|
blob
|
history
diff --git
a/arch/powerpc/include/asm/elf.h
b/arch/powerpc/include/asm/elf.h
index cd46f023ec6d298dd4571249881ed54a12649eb0..b5600ce6055ea7d324fdff62686d385d6160a272 100644
(file)
--- a/
arch/powerpc/include/asm/elf.h
+++ b/
arch/powerpc/include/asm/elf.h
@@
-7,7
+7,7
@@
#include <asm/string.h>
#endif
-#include <
asm
/types.h>
+#include <
linux
/types.h>
#include <asm/ptrace.h>
#include <asm/cputable.h>
#include <asm/auxvec.h>