[PATCH 0/3] Staging: silicom: EXPORT_SYMBOL cleanup

From: Chad Williamson
Date: Sun Jun 16 2013 - 20:11:43 EST


This patchset cleans up the EXPORT_SYMBOL calls in staging/silicom by
placing the exports immediately below the definitions they refer to
(as is the convention) and removing the no-longer-useful
EXPORT_SYMBOL_NOVERS macro.

Chad Williamson (3):
Staging: silicom: move symbol exports beneath definitions in
bpctl_mod.c
Staging: silicom: move symbol exports beneath definitions in bypass.c
Staging: silicom: remove the EXPORT_SYMBOL_NOVERS macro

drivers/staging/silicom/bp_mod.h | 2 -
drivers/staging/silicom/bpctl_mod.c | 91 +++++++++++++++---------------
drivers/staging/silicom/bypasslib/bplibk.h | 2 -
drivers/staging/silicom/bypasslib/bypass.c | 89 +++++++++++++++--------------
4 files changed, 89 insertions(+), 95 deletions(-)

--
1.8.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/