diff options
| author | Geert Uytterhoeven <geert@linux-m68k.org> | 2003-08-30 23:43:19 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.osdl.org> | 2003-08-30 23:43:19 -0700 |
| commit | 19c4d9ede1fe58677919f06363a7fa049c7735df (patch) | |
| tree | fcab6b9bf42bbfc9475bd0a48f2b660e12d1c875 /include | |
| parent | 0594dce75f0a5af12d190a5605ea3520d4159d9d (diff) | |
[PATCH] m68k asm/local.h
M68k: asm/local.h just includes the generic version (from Roman Zippel)
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-m68k/local.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-m68k/local.h b/include/asm-m68k/local.h new file mode 100644 index 000000000000..6c259263e1f0 --- /dev/null +++ b/include/asm-m68k/local.h @@ -0,0 +1,6 @@ +#ifndef _ASM_M68K_LOCAL_H +#define _ASM_M68K_LOCAL_H + +#include <asm-generic/local.h> + +#endif /* _ASM_M68K_LOCAL_H */ |
