commit | 2a0023bc28e080f2317a4eb293cf28c3126948de | [log] [tgz] |
---|---|---|
author | HiGarfield <HiGarfield@126.com> | Sat Jul 15 23:11:12 2023 +0800 |
committer | Namjae Jeon <linkinjeon@kernel.org> | Sun Jul 16 23:58:02 2023 +0900 |
tree | d617d815ec305c794328cfab1f585446f78bc463 | |
parent | 803d7143748976653baf72be77420234d6aba4e4 [diff] |
exfat: add necessary header for vmalloc This fixes building on Linux 4.4. Signed-off-by: HiGarfield <higarfield@126.com> Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
diff --git a/balloc.c b/balloc.c index 21a865e..c226d5d 100644 --- a/balloc.c +++ b/balloc.c
@@ -12,6 +12,7 @@ #else #include <linux/sched.h> #endif +#include <linux/vmalloc.h> #include "exfat_raw.h" #include "exfat_fs.h"