Merge tag 'v5.11' into next
[linux-2.6-microblaze.git] / arch / arm64 / kernel / efi.c
index d0cf596..fa02efb 100644 (file)
@@ -54,7 +54,7 @@ static __init pteval_t create_mapping_protection(efi_memory_desc_t *md)
 }
 
 /* we will fill this structure from the stub, so don't put it in .bss */
-struct screen_info screen_info __section(.data);
+struct screen_info screen_info __section(".data");
 
 int __init efi_create_mapping(struct mm_struct *mm, efi_memory_desc_t *md)
 {