diff options
| author | Eric Biggers <[email protected]> | 2025-06-14 22:13:01 +0000 |
|---|---|---|
| committer | Eric Biggers <[email protected]> | 2025-06-20 21:30:23 +0000 |
| commit | c6a14b32c9ba041fbe043aa30ebd5c6b467d6518 (patch) | |
| tree | 5903b96adbb4edfec35a2de2d6fa27c0deb11302 /fs/crypto/inline_crypt.c | |
| parent | Linux 6.16-rc2 (diff) | |
| download | kernel-c6a14b32c9ba041fbe043aa30ebd5c6b467d6518.tar.gz kernel-c6a14b32c9ba041fbe043aa30ebd5c6b467d6518.zip | |
fscrypt: Explicitly include <linux/export.h>
Fix build warnings with W=1 that started appearing after
commit a934a57a42f6 ("scripts/misc-check: check missing #include
<linux/export.h> when W=1").
While at it, also sort the include lists alphabetically.
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Eric Biggers <[email protected]>
Diffstat (limited to 'fs/crypto/inline_crypt.c')
| -rw-r--r-- | fs/crypto/inline_crypt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/crypto/inline_crypt.c b/fs/crypto/inline_crypt.c index 1d008c440cb6..caaff809765b 100644 --- a/fs/crypto/inline_crypt.c +++ b/fs/crypto/inline_crypt.c @@ -15,6 +15,7 @@ #include <linux/blk-crypto.h> #include <linux/blkdev.h> #include <linux/buffer_head.h> +#include <linux/export.h> #include <linux/sched/mm.h> #include <linux/slab.h> #include <linux/uio.h> |
