From: Geert Uytterhoeven M68k: asm/local.h just includes the generic version (from Roman Zippel) include/asm-m68k/local.h | 6 ++++++ 1 files changed, 6 insertions(+) diff -puN /dev/null include/asm-m68k/local.h --- /dev/null 2002-08-30 16:31:37.000000000 -0700 +++ 25-akpm/include/asm-m68k/local.h 2003-08-24 12:07:07.000000000 -0700 @@ -0,0 +1,6 @@ +#ifndef _ASM_M68K_LOCAL_H +#define _ASM_M68K_LOCAL_H + +#include + +#endif /* _ASM_M68K_LOCAL_H */ _