diff options
Diffstat (limited to 'include/asm-m68k/local.h')
-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 */ |