]> rtime.felk.cvut.cz Git - linux-imx.git/commitdiff
Staging: silicom: remove the EXPORT_SYMBOL_NOVERS macro
authorChad Williamson <chad@dahc.us>
Mon, 17 Jun 2013 00:05:25 +0000 (19:05 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Jun 2013 21:31:09 +0000 (14:31 -0700)
Since all references to EXPORT_SYMBOL_NOVERS have been removed,
we can remove its definition from bp_mod.h and bypasslib/bplibk.h.

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

index b8275f5611fa05a7b19ed5cbcc14ded0daa42324..cfa1f43fa4af08a6ffaa4d09a0d9202458c15ece 100644 (file)
@@ -15,8 +15,6 @@
 #define BP_MOD_H
 #include "bits.h"
 
-#define EXPORT_SYMBOL_NOVERS EXPORT_SYMBOL
-
 #define usec_delay(x) udelay(x)
 #ifndef msec_delay_bp
 #define msec_delay_bp(x)                       \
index b31694fad53893f9bac4d32470e60316c313373e..c5c75c4fe055bf87f44875e1fcd36d0ee6e525ac 100644 (file)
@@ -28,8 +28,6 @@
         ((pid == INTEL_PEG4BPII_PID) ||   \
          (pid == INTEL_PEG4BPFII_PID)))
 
-#define EXPORT_SYMBOL_NOVERS EXPORT_SYMBOL
-
 #ifdef BP_VENDOR_SUPPORT
 char *bp_desc_array[] = { "e1000bp", "e1000bpe", "slcm5700",
                        "bnx2xbp", "ixgbp", "ixgbpe", NULL };