diff options
Diffstat (limited to 'arch/loongarch/lib/crc32-loongarch.c')
-rw-r--r-- | arch/loongarch/lib/crc32-loongarch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/loongarch/lib/crc32-loongarch.c b/arch/loongarch/lib/crc32-loongarch.c index b37cd8537b45..db22c2ec55e2 100644 --- a/arch/loongarch/lib/crc32-loongarch.c +++ b/arch/loongarch/lib/crc32-loongarch.c @@ -11,6 +11,7 @@ #include <asm/cpu-features.h> #include <linux/crc32.h> +#include <linux/export.h> #include <linux/module.h> #include <linux/unaligned.h> |