erofs: Add a bunch of missing includes

Change-Id: Ida5f7fd9de06a68c6a31a2dc9616e0edba97eb3a
This commit is contained in:
Sebastiano Barezzi
2024-03-26 02:07:13 +01:00
committed by Michael Bestas
parent b208254b6a
commit 951a25d4d3
2 changed files with 2 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
*/
#include "internal.h"
#include <linux/pagevec.h>
#include <linux/xarray.h>
struct page *erofs_allocpage(struct list_head *pool, gfp_t gfp)
{

View File

@@ -6,6 +6,7 @@
#include "zdata.h"
#include "compress.h"
#include <linux/prefetch.h>
#include <linux/overflow.h>
#include <linux/cpuhotplug.h>
#include <trace/events/erofs.h>