Skip to content

Commit

Permalink
RAS: Make local function parse_ras_param() static
Browse files Browse the repository at this point in the history
Make parse_ras_param() static as it is used locally only.

Signed-off-by: Wei Yongjun <[email protected]>
Signed-off-by: Borislav Petkov <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Thomas Gleixner <[email protected]>
  • Loading branch information
Wei Yongjun authored and KAGA-KOKO committed May 21, 2017
1 parent 7bf130e commit 5f0744e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/ras/ras.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ EXPORT_TRACEPOINT_SYMBOL_GPL(extlog_mem_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
parse_cec_param(str);
Expand Down

0 comments on commit 5f0744e

Please sign in to comment.