fscrypt: Explicitly include <linux/export.h>
authorEric Biggers <ebiggers@kernel.org>
Sat, 14 Jun 2025 22:13:01 +0000 (15:13 -0700)
committerEric Biggers <ebiggers@kernel.org>
Fri, 20 Jun 2025 21:30:23 +0000 (14:30 -0700)
commitc6a14b32c9ba041fbe043aa30ebd5c6b467d6518
tree5903b96adbb4edfec35a2de2d6fa27c0deb11302
parente04c78d86a9699d136910cfc0bdcf01087e3267e
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/20250614221301.100803-1-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@kernel.org>
fs/crypto/bio.c
fs/crypto/crypto.c
fs/crypto/fname.c
fs/crypto/hkdf.c
fs/crypto/hooks.c
fs/crypto/inline_crypt.c
fs/crypto/keyring.c
fs/crypto/keysetup.c
fs/crypto/policy.c