kernel/arch/x86/include/asm/checksum.h
.. .. @@ -1,4 +1,7 @@ 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 +#define _HAVE_ARCH_COPY_AND_CSUM_FROM_USER 13 +#define HAVE_CSUM_COPY_USER4 +#define _HAVE_ARCH_CSUM_AND_COPY2 5 #ifdef CONFIG_X86_32 3 6 # include <asm/checksum_32.h> 4 7 #else