Commit de277678 authored by kbuild test robot's avatar kbuild test robot Committed by Borislav Petkov

EDAC, mce_amd_inj: Make inj_type static

It is used there only anyway.
Signed-off-by: default avatarFengguang Wu <fengguang.wu@intel.com>
Cc: Aravind Gopalakrishnan <Aravind.Gopalakrishnan@amd.com>
Cc: Mauro Carvalho Chehab <m.chehab@samsung.com>
Cc: kbuild-all@01.org
Cc: linux-edac <linux-edac@vger.kernel.org>
Link: http://lkml.kernel.org/r/20150605112426.GA97073@lkp-sb04Signed-off-by: default avatarBorislav Petkov <bp@suse.de>
parent 54b4a8f5
...@@ -44,7 +44,7 @@ static const char * const flags_options[] = { ...@@ -44,7 +44,7 @@ static const char * const flags_options[] = {
}; };
/* Set default injection to SW_INJ */ /* Set default injection to SW_INJ */
enum injection_type inj_type = SW_INJ; static enum injection_type inj_type = SW_INJ;
#define MCE_INJECT_SET(reg) \ #define MCE_INJECT_SET(reg) \
static int inj_##reg##_set(void *data, u64 val) \ static int inj_##reg##_set(void *data, u64 val) \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment