fsverity: Explicitly include <linux/export.h>

Fix build warnings with W=1 that started appearing after
commit a934a57a42 ("scripts/misc-check: check missing #include
<linux/export.h> when W=1").

Link: https://lore.kernel.org/r/20250614221723.131827-1-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@kernel.org>
This commit is contained in:
Eric Biggers 2025-06-14 15:17:23 -07:00
parent f93c27092a
commit b309bf7c3e
5 changed files with 5 additions and 0 deletions

View file

@ -8,6 +8,7 @@
#include "fsverity_private.h"
#include <crypto/hash.h>
#include <linux/export.h>
#include <linux/mount.h>
#include <linux/sched/signal.h>
#include <linux/uaccess.h>

View file

@ -9,6 +9,7 @@
#include <linux/bpf.h>
#include <linux/btf.h>
#include <linux/export.h>
#include <linux/uaccess.h>
/**

View file

@ -7,6 +7,7 @@
#include "fsverity_private.h"
#include <linux/export.h>
#include <linux/mm.h>
#include <linux/slab.h>

View file

@ -8,6 +8,7 @@
#include "fsverity_private.h"
#include <linux/backing-dev.h>
#include <linux/export.h>
#include <linux/highmem.h>
#include <linux/sched/signal.h>
#include <linux/uaccess.h>

View file

@ -9,6 +9,7 @@
#include <crypto/hash.h>
#include <linux/bio.h>
#include <linux/export.h>
static struct workqueue_struct *fsverity_read_workqueue;