aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorBecky Bruce <bgill@freescale.com>2005-10-21 17:16:58 -0400
committerPaul Mackerras <paulus@samba.org>2005-10-26 01:54:42 -0400
commitbfbac4973687ae32df528f2811483f92b943f251 (patch)
tree69d23f296702ee88b86ca8193e961e0bf7671e02 /include
parentd95bbcb3a344b3eb84b45d162c0a20348f0af37f (diff)
[PATCH] powerpc: Fix types.h
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>
Diffstat (limited to 'include')
-rw-r--r--include/asm-powerpc/types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-powerpc/types.h b/include/asm-powerpc/types.h
index 7d803cb547bb..f70cd3fb32d9 100644
--- a/include/asm-powerpc/types.h
+++ b/include/asm-powerpc/types.h
@@ -64,6 +64,8 @@ typedef struct {
64 64
65#ifndef __ASSEMBLY__ 65#ifndef __ASSEMBLY__
66 66
67#include <linux/config.h>
68
67typedef signed char s8; 69typedef signed char s8;
68typedef unsigned char u8; 70typedef unsigned char u8;
69 71