aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/types.h
diff options
context:
space:
mode:
authorBecky Bruce <bgill@freescale.com>2005-10-21 16:16:58 -0500
committerPaul Mackerras <paulus@samba.org>2005-10-26 15:54:42 +1000
commitbfbac4973687ae32df528f2811483f92b943f251 (patch)
tree69d23f296702ee88b86ca8193e961e0bf7671e02 /include/asm-powerpc/types.h
parent[PATCH] powerpc: merge include/asm-ppc*/checksum.h into include/asm-powerpc/checksum.h (diff)
downloadlinux-dev-bfbac4973687ae32df528f2811483f92b943f251.tar.xz
linux-dev-bfbac4973687ae32df528f2811483f92b943f251.zip
[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/asm-powerpc/types.h')
-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 {
#ifndef __ASSEMBLY__
+#include <linux/config.h>
+
typedef signed char s8;
typedef unsigned char u8;