Code Review
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
raw
| inline |
side by side
[PATCH] powerpc: Fix types.h
[linux-2.6.git]
/
include
/
asm-powerpc
/
types.h
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;