diff options
Diffstat (limited to 'include/asm-m68k/percpu.h')
-rw-r--r-- | include/asm-m68k/percpu.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-m68k/percpu.h b/include/asm-m68k/percpu.h new file mode 100644 index 000000000000..0859d048faf5 --- /dev/null +++ b/include/asm-m68k/percpu.h @@ -0,0 +1,6 @@ +#ifndef __ASM_M68K_PERCPU_H +#define __ASM_M68K_PERCPU_H + +#include <asm-generic/percpu.h> + +#endif /* __ASM_M68K_PERCPU_H */ |