]> www.infradead.org Git - users/jedix/linux-maple.git/commit
batman-adv: Switch to crc32 header for crc32c
authorSven Eckelmann <sven@narfation.org>
Sun, 13 Apr 2025 08:14:42 +0000 (10:14 +0200)
committerSimon Wunderlich <sw@simonwunderlich.de>
Sun, 13 Apr 2025 09:11:31 +0000 (11:11 +0200)
commita608f11d3a3b9464bd6ec63b7e3e84cccd556e06
tree6b4b13534e586b5bd0af06906ed966a2adc92a98
parent8a7bb74a79d4324bf09e78f5a941521dea83a24f
batman-adv: Switch to crc32 header for crc32c

The crc32c() function was moved in commit 8df36829045a ("lib/crc32:
standardize on crc32c() name for Castagnoli CRC32") from linux/crc32c.h to
linux/crc32.h. The former is just an include file which redirects to the
latter.

Avoid the indirection by directly including the correct header file.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
net/batman-adv/main.c
net/batman-adv/translation-table.c