]> git.baikalelectronics.ru Git - kernel.git/commit
Staging: silicom: move symbol exports beneath definitions in bpctl_mod.c
authorChad Williamson <chad@dahc.us>
Mon, 17 Jun 2013 00:05:23 +0000 (19:05 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Jun 2013 21:31:10 +0000 (14:31 -0700)
commit85f1e8740c0b7487032dd11e83c6cb9e0b4778b4
tree4e71e7464f9cc2b07da55182ac93c39526214975
parent30834342511b919b7a0753a8cff93139ebfd63a3
Staging: silicom: move symbol exports beneath definitions in bpctl_mod.c

Move the EXPORT_SYMBOL macros in bpctl_mod.c beneath the definitions
they refer to, resolving checkpatch.pl warnings. While we're at it, use
EXPORT_SYMBOL rather than EXPORT_SYMBOL_NOVERS.

Signed-off-by: Chad Williamson <chad@dahc.us>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/silicom/bpctl_mod.c