We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bbb888 commit 9b16c21Copy full SHA for 9b16c21
arch/arm64/kernel/efi.c
@@ -55,6 +55,7 @@ static __init pteval_t create_mapping_protection(efi_memory_desc_t *md)
55
56
/* we will fill this structure from the stub, so don't put it in .bss */
57
struct screen_info screen_info __section(".data");
58
+EXPORT_SYMBOL(screen_info);
59
60
int __init efi_create_mapping(struct mm_struct *mm, efi_memory_desc_t *md)
61
{
0 commit comments