It uses ror32(), so have it pull linux/bitops.h (and linux/bitops.h pulls asm/types.h) Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx> --- include/net/checksum.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/net/checksum.h b/include/net/checksum.h index 1338cb92c8e7..5bf7dcebb5c2 100644 --- a/include/net/checksum.h +++ b/include/net/checksum.h @@ -16,7 +16,7 @@ #define _CHECKSUM_H #include <linux/errno.h> -#include <asm/types.h> +#include <linux/bitops.h> #include <asm/byteorder.h> #include <asm/checksum.h> #if !defined(_HAVE_ARCH_COPY_AND_CSUM_FROM_USER) || !defined(HAVE_CSUM_COPY_USER) -- 2.39.2