From: Surendra Patil Date: Wed, 12 Feb 2014 07:57:22 +0000 (-0800) Subject: drivers:staging:silicom Fixed extern warnings reported by checkpatch X-Git-Tag: v3.15-rc1~139^2~1169 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4624b5433f063a56032f959e7a6d72d8e6e735b6;p=pandora-kernel.git 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: Surendra Patil Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed