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>
This commit is contained in:
HiGarfield 2023-07-15 23:11:12 +08:00 committed by Namjae Jeon
parent 803d714374
commit 2a0023bc28

View File

@ -12,6 +12,7 @@
#else
#include <linux/sched.h>
#endif
#include <linux/vmalloc.h>
#include "exfat_raw.h"
#include "exfat_fs.h"