Skip to content
Commit 4624b543 authored by Surendra Patil's avatar Surendra Patil Committed by Greg Kroah-Hartman
Browse files

drivers:staging:silicom Fixed extern warnings reported by checkpatch



1) Deleted  bp_proc_create() declaration from bp_mod.h,
because it is declared as static in bpctl_mod.c and not used anywhere.

2) checkpatch warns about
     WARNING: externs should be avoided in .c files

because we have function declarations in bptcl_mod.c,These
functions are not used anywhere else so made them static.

Signed-off-by: default avatarSurendra Patil <surendra.tux@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 74c0da19
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment