staging: silicom: fix sparse warning for static variable
authorJames A Shackleford <shack@linux.com>
Sun, 1 Jun 2014 23:34:28 +0000 (19:34 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 1 Jun 2014 23:46:56 +0000 (16:46 -0700)
commitf4d90513c83d8d8e2e33f88c1ccba1db2dc31e72
tree08489eabda9884d7c63e9a615036abe8adb5f4cb
parent5b39bd5f33bb65f60492441bf6b50d88bc843e1c
staging: silicom: fix sparse warning for static variable

This patch fixes the following sparse warning in bpctl_mod.c:
warning: symbol 'bpvm_lock' was not declared. Should it be static?

Signed-off-by: James A Shackleford <shack@linux.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/silicom/bpctl_mod.c