]> 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)
commit4e4bbe071e6912c60725554555d825df11b35d6c
tree4e71e7464f9cc2b07da55182ac93c39526214975
parent1f785c6e8282cd9d4c156e48f681f7d637a53dde
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