Commit 5d29490
Include <linux/vmalloc.h> explicitly on x86
Commit 1f059dfdf5d1 ("mm/vmalloc: Add empty <asm/vmalloc.h> headers
and use them from <linux/vmalloc.h>") restructured kernel header
dependencies since kernel v5.6-rc1, necessitating explicit inclusion
of <linux/vmalloc.h> on x86 architectures.
This explicitly includes <linux/vmalloc.h> on x86, preventing build
errors caused by implicit declarations in kernels since v5.6-rc1.
Co-authored-by: Cheng-Yang Chou <yphbchou0911@gmail.com>
Close #11 parent 63980d4 commit 5d29490
2 files changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
12 | 15 | | |
13 | 16 | | |
14 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| 180 | + | |
0 commit comments