]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit52eb0b0afb8e84b30d7380fc038c01d0c71aaf4b
tree08489eabda9884d7c63e9a615036abe8adb5f4cb
parent2ae5d02cb2da8e48889b58bc280897a55a0ecfc5
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