summaryrefslogtreecommitdiff
path: root/backport/compat/compat-2.6.26.c
diff options
context:
space:
mode:
Diffstat (limited to 'backport/compat/compat-2.6.26.c')
-rw-r--r--backport/compat/compat-2.6.26.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backport/compat/compat-2.6.26.c b/backport/compat/compat-2.6.26.c
index 9063a6aa..823e9a59 100644
--- a/backport/compat/compat-2.6.26.c
+++ b/backport/compat/compat-2.6.26.c
@@ -18,7 +18,7 @@
#include <net/compat.h>
const char hex_asc[] = "0123456789abcdef";
-EXPORT_SYMBOL(hex_asc);
+EXPORT_SYMBOL_GPL(hex_asc);
/* 2.6.24 does not have the struct kobject with a name */
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,25))