aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/include/asm
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arc/include/asm')
-rw-r--r--arch/arc/include/asm/module.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arc/include/asm/module.h b/arch/arc/include/asm/module.h
index 165d768d00cf..234b4354e2b3 100644
--- a/arch/arc/include/asm/module.h
+++ b/arch/arc/include/asm/module.h
@@ -14,4 +14,8 @@
14 14
15#include <asm-generic/module.h> 15#include <asm-generic/module.h>
16 16
17#define MODULE_PROC_FAMILY "ARC700"
18
19#define MODULE_ARCH_VERMAGIC MODULE_PROC_FAMILY
20
17#endif /* _ASM_ARC_MODULE_H */ 21#endif /* _ASM_ARC_MODULE_H */