diff mbox

config: remove unused EXPORT_SYMBOL_GPL

Message ID 1456766091-25170-1-git-send-email-cardoe@cardoe.com (mailing list archive)
State New, archived
Headers show

Commit Message

Douglas Goldstein Feb. 29, 2016, 5:14 p.m. UTC
EXPORT_SYMBOL_GPL is unused in the source tree so just remove it. If
something gets imported that needs it, it can be added back then.

Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
---
CC: Ian Jackson <ian.jackson@eu.citrix.com>
CC: Jan Beulich <jbeulich@suse.com>
CC: Keir Fraser <keir@xen.org>
CC: Tim Deegan <tim@xen.org>
---
 xen/Makefile             | 2 +-
 xen/include/xen/config.h | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)
diff mbox

Patch

diff --git a/xen/Makefile b/xen/Makefile
index 349f63a..c908544 100644
--- a/xen/Makefile
+++ b/xen/Makefile
@@ -191,7 +191,7 @@  endef
 define set_exuberant_flags
     exuberant_flags=`$1 --version 2>/dev/null | (grep -iq exuberant && \
 	echo "-I __initdata,__exitdata,__acquires,__releases \
-	    -I EXPORT_SYMBOL,EXPORT_SYMBOL_GPL \
+	    -I EXPORT_SYMBOL \
 	    --extra=+f --c-kinds=+px") || true` 
 endef
 
diff --git a/xen/include/xen/config.h b/xen/include/xen/config.h
index a992933..ba04bf1 100644
--- a/xen/include/xen/config.h
+++ b/xen/include/xen/config.h
@@ -15,7 +15,6 @@ 
 #include <asm/config.h>
 
 #define EXPORT_SYMBOL(var)
-#define EXPORT_SYMBOL_GPL(var)
 
 /*
  * The following log levels are as follows: