lib/crc: Explicitly include <linux/export.h>
authorEric Biggers <ebiggers@kernel.org>
Thu, 12 Jun 2025 18:38:52 +0000 (11:38 -0700)
committerEric Biggers <ebiggers@kernel.org>
Mon, 30 Jun 2025 16:31:57 +0000 (09:31 -0700)
commit1a822ea52ad0d844805db32333a51d41ffcdf869
tree602e4fddde6c2f96d78a0a2070bdb649121021ac
parent61d01fb7afc212358b0213c489192fd04b2566e1
lib/crc: 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, sort the include lists
alphabetically.

Link: https://lore.kernel.org/r/20250612183852.114878-1-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@kernel.org>
lib/crc/crc-ccitt.c
lib/crc/crc-itu-t.c
lib/crc/crc-t10dif-main.c
lib/crc/crc16.c
lib/crc/crc32-main.c
lib/crc/crc4.c
lib/crc/crc64-main.c
lib/crc/crc7.c
lib/crc/crc8.c