diff options
Diffstat (limited to 'lib/crc/crc-ccitt.c')
| -rw-r--r-- | lib/crc/crc-ccitt.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/crc/crc-ccitt.c b/lib/crc/crc-ccitt.c index 8d2bc419230b..f8692c3de101 100644 --- a/lib/crc/crc-ccitt.c +++ b/lib/crc/crc-ccitt.c @@ -1,8 +1,9 @@ // SPDX-License-Identifier: GPL-2.0-only -#include <linux/types.h> -#include <linux/module.h> #include <linux/crc-ccitt.h> +#include <linux/export.h> +#include <linux/module.h> +#include <linux/types.h> /* * This mysterious table is just the CRC of each possible byte. It can be |