Commit b848c32
Always include vmalloc.h on all architectures
Commit 5d29490 ("Only include vmalloc.h on x86") limited the inclusion
of <linux/vmalloc.h> to x86 architectures under the assumption that
only x86 required it explicitly.
However, <linux/vmalloc.h> is not architecture-specific, and other
architectures may currently include it indirectly. To ensure
consistency and future compatibility, include <linux/vmalloc.h>
unconditionally to prevent build failures if indirect includes
change in future kernel versions.
Co-authored-by: Kuan-Wei Chiu <[email protected]>
Co-authored-by: Chisheng Chen <[email protected]>1 parent 6945998 commit b848c32
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | 11 | | |
14 | | - | |
| 12 | + | |
15 | 13 | | |
16 | 14 | | |
17 | 15 | | |
| |||
0 commit comments