projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d95bbcb
)
[PATCH] powerpc: Fix types.h
author
Becky Bruce
<bgill@freescale.com>
Fri, 21 Oct 2005 21:16:58 +0000
(16:16 -0500)
committer
Paul Mackerras
<paulus@samba.org>
Wed, 26 Oct 2005 05:54:42 +0000
(15:54 +1000)
Powerpc: Fix types.h
I noticed that Paul had already pulled the version of types.h that
is missing the config.h include into the merge tree - this patch adds
it back in.
Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
include/asm-powerpc/types.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-powerpc/types.h
b/include/asm-powerpc/types.h
index 7d803cb547bba26f01f1f089bf081472baa2a169..f70cd3fb32d9944168a443477fd940911cd28285 100644
(file)
--- a/
include/asm-powerpc/types.h
+++ b/
include/asm-powerpc/types.h
@@
-64,6
+64,8
@@
typedef struct {
#ifndef __ASSEMBLY__
+#include <linux/config.h>
+
typedef signed char s8;
typedef unsigned char u8;