From: Rashika Kheria Date: Thu, 23 Jan 2014 22:44:00 +0000 (+0530) Subject: drivers: staging: Mark functions as static and remove unused function in bpctl_mod.c X-Git-Tag: v3.15-rc1~139^2~1235 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19ca44bdc7bf84a324344836367526a436a6e482;p=pandora-kernel.git drivers: staging: Mark functions as static and remove unused function in bpctl_mod.c Mark functions as static in bpctl_mod.c because they are not used outside this file. Remove unused function from bpctl_mod.c. This also eliminates the following warnings from bpctl_mod.c: drivers/staging/silicom/bpctl_mod.c:1507:6: warning: no previous prototype for ‘send_bypass_clear_pulse’ [-Wmissing-prototypes] drivers/staging/silicom/bpctl_mod.c:1762:5: warning: no previous prototype for ‘cmnd_on’ [-Wmissing-prototypes] drivers/staging/silicom/bpctl_mod.c:1779:5: warning: no previous prototype for ‘cmnd_off’ [-Wmissing-prototypes] ... Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed