From: Andrew Morton CC [M] sound/ppc/awacs.o In file included from sound/ppc/awacs.c:24: include/asm/nvram.h:62: error: field 'partition' has incomplete type Reported-by: Mariusz Kozlowski Cc: Paul Mackerras Cc: Benjamin Herrenschmidt Signed-off-by: Andrew Morton --- include/asm-powerpc/nvram.h | 1 + 1 file changed, 1 insertion(+) diff -puN include/asm-powerpc/nvram.h~include-asm-powerpc-nvramh-needs-listh include/asm-powerpc/nvram.h --- a/include/asm-powerpc/nvram.h~include-asm-powerpc-nvramh-needs-listh +++ a/include/asm-powerpc/nvram.h @@ -11,6 +11,7 @@ #define _ASM_POWERPC_NVRAM_H #include +#include #define NVRW_CNT 0x20 #define NVRAM_HEADER_LEN 16 /* sizeof(struct nvram_header) */ _