Commit 572a5b4
Always include vmalloc.h on all architectures
Commit 5309792 ("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 <visitorckw@gmail.com>
Co-authored-by: Chisheng Chen <johnny1001s000602@gmail.com>1 parent 8c03968 commit 572a5b4
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