aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs/crc16.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ubifs/crc16.c')
-rw-r--r--fs/ubifs/crc16.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ubifs/crc16.c b/fs/ubifs/crc16.c
index 443ccf855d5..7cf33fc7eb6 100644
--- a/fs/ubifs/crc16.c
+++ b/fs/ubifs/crc16.c
@@ -6,7 +6,7 @@
*/
#include <linux/types.h>
-#include "crc16.h"
+#include <linux/crc16.h>
/** CRC table for the CRC-16. The poly is 0x8005 (x^16 + x^15 + x^2 + 1) */
u16 const crc16_table[256] = {