aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen/efi.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/xen/efi.c')
-rw-r--r--drivers/xen/efi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/xen/efi.c b/drivers/xen/efi.c
index be7e56a338e8..e9d2135445c1 100644
--- a/drivers/xen/efi.c
+++ b/drivers/xen/efi.c
@@ -316,7 +316,6 @@ static const struct efi efi_xen __initconst = {
316 .get_next_high_mono_count = xen_efi_get_next_high_mono_count, 316 .get_next_high_mono_count = xen_efi_get_next_high_mono_count,
317 .reset_system = NULL, /* Functionality provided by Xen. */ 317 .reset_system = NULL, /* Functionality provided by Xen. */
318 .set_virtual_address_map = NULL, /* Not used under Xen. */ 318 .set_virtual_address_map = NULL, /* Not used under Xen. */
319 .memmap = NULL, /* Not used under Xen. */
320 .flags = 0 /* Initialized later. */ 319 .flags = 0 /* Initialized later. */
321}; 320};
322 321