Quellcode durchsuchen

[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>
Becky Bruce vor 19 Jahren
Ursprung
Commit
bfbac49736
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. 2 0
      include/asm-powerpc/types.h

+ 2 - 0
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;