diff options
author | Al Viro | 2016-01-11 13:04:04 -0500 |
---|---|---|
committer | Al Viro | 2016-08-07 23:47:19 -0400 |
commit | d13ffb5630443e6112df0263969cbdfc8ab9ab57 (patch) | |
tree | 9d9b9a3800f8ee66c6b8520d8e21414f5de83ecf /arch/m68k/include | |
parent | 00fc0e0dda6286407f3854cd71a125f519a5689c (diff) |
m68k: move exports to definitions
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/m68k/include')
-rw-r--r-- | arch/m68k/include/asm/export.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/m68k/include/asm/export.h b/arch/m68k/include/asm/export.h new file mode 100644 index 000000000000..0af20f48bd07 --- /dev/null +++ b/arch/m68k/include/asm/export.h @@ -0,0 +1,3 @@ +#define KSYM_ALIGN 2 +#define KCRC_ALIGN 2 +#include <asm-generic/export.h> |