diff options
| -rw-r--r-- | arch/x86/platform/efi/efi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/platform/efi/efi.c b/arch/x86/platform/efi/efi.c index e2cd38ffc406..ec9f3254c7f1 100644 --- a/arch/x86/platform/efi/efi.c +++ b/arch/x86/platform/efi/efi.c | |||
| @@ -85,7 +85,7 @@ int efi_enabled(int facility) | |||
| 85 | } | 85 | } |
| 86 | EXPORT_SYMBOL(efi_enabled); | 86 | EXPORT_SYMBOL(efi_enabled); |
| 87 | 87 | ||
| 88 | static bool disable_runtime = false; | 88 | static bool __initdata disable_runtime = false; |
| 89 | static int __init setup_noefi(char *arg) | 89 | static int __init setup_noefi(char *arg) |
| 90 | { | 90 | { |
| 91 | disable_runtime = true; | 91 | disable_runtime = true; |
