From 4624b5433f063a56032f959e7a6d72d8e6e735b6 Mon Sep 17 00:00:00 2001 From: Surendra Patil Date: Tue, 11 Feb 2014 23:57:22 -0800 Subject: [PATCH] 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-format-patch failed