Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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-sb04


Signed-off-by: default avatarBorislav Petkov <bp@suse.de>
parent 54b4a8f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ static const char * const flags_options[] = {
};

/* 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)						\
static int inj_##reg##_set(void *data, u64 val)				\