Commit 5f0744e5 authored by Wei Yongjun's avatar Wei Yongjun Committed by Thomas Gleixner

RAS: Make local function parse_ras_param() static

Make parse_ras_param() static as it is used locally only.
Signed-off-by: default avatarWei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: default avatarBorislav Petkov <bp@suse.de>
Link: http://lkml.kernel.org/r/20170516161034.2973-1-weiyj.lk@gmail.comSigned-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 7bf130e4
...@@ -29,7 +29,7 @@ EXPORT_TRACEPOINT_SYMBOL_GPL(extlog_mem_event); ...@@ -29,7 +29,7 @@ EXPORT_TRACEPOINT_SYMBOL_GPL(extlog_mem_event);
EXPORT_TRACEPOINT_SYMBOL_GPL(mc_event); EXPORT_TRACEPOINT_SYMBOL_GPL(mc_event);
int __init parse_ras_param(char *str) static int __init parse_ras_param(char *str)
{ {
#ifdef CONFIG_RAS_CEC #ifdef CONFIG_RAS_CEC
parse_cec_param(str); parse_cec_param(str);
......
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