aboutsummaryrefslogtreecommitdiffstats
path: root/lib/swiotlb.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/swiotlb.c')
-rw-r--r--lib/swiotlb.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/swiotlb.c b/lib/swiotlb.c
index fa2dc4e5f9ba..7f5e21b9c16b 100644
--- a/lib/swiotlb.c
+++ b/lib/swiotlb.c
@@ -23,7 +23,6 @@
23#include <linux/spinlock.h> 23#include <linux/spinlock.h>
24#include <linux/swiotlb.h> 24#include <linux/swiotlb.h>
25#include <linux/string.h> 25#include <linux/string.h>
26#include <linux/swiotlb.h>
27#include <linux/types.h> 26#include <linux/types.h>
28#include <linux/ctype.h> 27#include <linux/ctype.h>
29#include <linux/highmem.h> 28#include <linux/highmem.h>
@@ -116,7 +115,7 @@ setup_io_tlb_npages(char *str)
116__setup("swiotlb=", setup_io_tlb_npages); 115__setup("swiotlb=", setup_io_tlb_npages);
117/* make io_tlb_overflow tunable too? */ 116/* make io_tlb_overflow tunable too? */
118 117
119void * __weak swiotlb_alloc_boot(size_t size, unsigned long nslabs) 118void * __weak __init swiotlb_alloc_boot(size_t size, unsigned long nslabs)
120{ 119{
121 return alloc_bootmem_low_pages(size); 120 return alloc_bootmem_low_pages(size);
122} 121}