mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
This will fix the following build failure with kernel >= 5.14 thanks to382975557e: In file included from crc/../os/os.h:39, from crc/crc32c-arm64.c:2: crc/../os/os-linux.h:17:10: fatal error: linux/raw.h: No such file or directory 17 | #include <linux/raw.h> | ^~~~~~~~~~~~~ Fixes: - http://autobuild.buildroot.org/results/d85c044263c76ff7ef0fe47921d893a472954da9 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> (cherry picked from commit1fe8806dbb) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>