diff options
author | Becky Bruce <bgill@freescale.com> | 2005-10-21 16:16:58 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-26 15:54:42 +1000 |
commit | bfbac4973687ae32df528f2811483f92b943f251 (patch) | |
tree | 69d23f296702ee88b86ca8193e961e0bf7671e02 /include/asm-powerpc | |
parent | d95bbcb3a344b3eb84b45d162c0a20348f0af37f (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/asm-powerpc')
-rw-r--r-- | include/asm-powerpc/types.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-powerpc/types.h b/include/asm-powerpc/types.h index 7d803cb547b..f70cd3fb32d 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; |