kernel/system_certificate.S: use real contents instead of macro GLOBAL()
[linux-2.6-block.git] / kernel / system_certificates.S
index 552d47b2d463f10305668c47dfb5db7aa59c3d3a..4aef390671cbb9653fc5c64342f656694585f56c 100644 (file)
@@ -1,12 +1,10 @@
 #include <linux/export.h>
 #include <linux/init.h>
 
-#define GLOBAL(name)   \
-       .globl VMLINUX_SYMBOL(name);    \
-       VMLINUX_SYMBOL(name):
-
        __INITRODATA
 
-GLOBAL(system_certificate_list)
+       .globl VMLINUX_SYMBOL(system_certificate_list)
+VMLINUX_SYMBOL(system_certificate_list):
        .incbin "kernel/x509_certificate_list"
-GLOBAL(system_certificate_list_end)
+       .globl VMLINUX_SYMBOL(system_certificate_list_end)
+VMLINUX_SYMBOL(system_certificate_list_end):