aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/efi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/efi.h')
-rw-r--r--include/linux/efi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/efi.h b/include/linux/efi.h
index 4d01c1033fce..569b5a866bb1 100644
--- a/include/linux/efi.h
+++ b/include/linux/efi.h
@@ -680,7 +680,7 @@ typedef struct {
680} efi_system_table_t; 680} efi_system_table_t;
681 681
682struct efi_memory_map { 682struct efi_memory_map {
683 void *phys_map; 683 phys_addr_t phys_map;
684 void *map; 684 void *map;
685 void *map_end; 685 void *map_end;
686 int nr_map; 686 int nr_map;