aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/edac/edac_mc.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/edac/edac_mc.h')
-rw-r--r--drivers/edac/edac_mc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/edac/edac_mc.h b/drivers/edac/edac_mc.h
index 4bd8375a8d7e..0bcc3797c753 100644
--- a/drivers/edac/edac_mc.h
+++ b/drivers/edac/edac_mc.h
@@ -80,9 +80,9 @@ extern int edac_debug_level;
80#endif /* !CONFIG_EDAC_DEBUG */ 80#endif /* !CONFIG_EDAC_DEBUG */
81 81
82 82
83#define bs_xstr(s) bs_str(s) 83#define edac_xstr(s) edac_str(s)
84#define bs_str(s) #s 84#define edac_str(s) #s
85#define BS_MOD_STR bs_xstr(KBUILD_BASENAME) 85#define EDAC_MOD_STR edac_xstr(KBUILD_BASENAME)
86 86
87#define BIT(x) (1 << (x)) 87#define BIT(x) (1 << (x))
88 88