ath10k: add trace event for WMI_DEBUG_MESG_EVENTID
[cascardo/linux.git] / kernel / modsign_certificate.S
index 246b4c6..4a9a86d 100644 (file)
@@ -1,15 +1,8 @@
-/* SYMBOL_PREFIX defined on commandline from CONFIG_SYMBOL_PREFIX */
-#ifndef SYMBOL_PREFIX
-#define ASM_SYMBOL(sym) sym
-#else
-#define PASTE2(x,y) x##y
-#define PASTE(x,y) PASTE2(x,y)
-#define ASM_SYMBOL(sym) PASTE(SYMBOL_PREFIX, sym)
-#endif
+#include <linux/export.h>
 
 #define GLOBAL(name)   \
-       .globl ASM_SYMBOL(name);        \
-       ASM_SYMBOL(name):
+       .globl VMLINUX_SYMBOL(name);    \
+       VMLINUX_SYMBOL(name):
 
        .section ".init.data","aw"