diff options
Diffstat (limited to 'drivers/firmware')
-rw-r--r-- | drivers/firmware/memmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firmware/memmap.c b/drivers/firmware/memmap.c index d5ea8a68d338..56f9234781fa 100644 --- a/drivers/firmware/memmap.c +++ b/drivers/firmware/memmap.c | |||
@@ -164,7 +164,7 @@ int __init firmware_map_add_early(u64 start, u64 end, const char *type) | |||
164 | { | 164 | { |
165 | struct firmware_map_entry *entry; | 165 | struct firmware_map_entry *entry; |
166 | 166 | ||
167 | entry = alloc_bootmem_low(sizeof(struct firmware_map_entry)); | 167 | entry = alloc_bootmem(sizeof(struct firmware_map_entry)); |
168 | if (WARN_ON(!entry)) | 168 | if (WARN_ON(!entry)) |
169 | return -ENOMEM; | 169 | return -ENOMEM; |
170 | 170 | ||