diff options
Diffstat (limited to 'arch/loongarch/lib/csum.c')
-rw-r--r-- | arch/loongarch/lib/csum.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/loongarch/lib/csum.c b/arch/loongarch/lib/csum.c index df309ae4045d..bcc9d01d8c41 100644 --- a/arch/loongarch/lib/csum.c +++ b/arch/loongarch/lib/csum.c @@ -2,6 +2,7 @@ // Copyright (C) 2019-2020 Arm Ltd. #include <linux/compiler.h> +#include <linux/export.h> #include <linux/kasan-checks.h> #include <linux/kernel.h> |