summaryrefslogtreecommitdiff
path: root/include/linux/crc32c.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2017-05-16 21:16:31 -0800
committerKent Overstreet <kent.overstreet@gmail.com>2017-10-08 10:20:36 -0800
commite7c2bb91bce30a987c8c4e2875f2c63e887d3aa5 (patch)
tree9b17197a360d4410fd8b4cf67a7f4b12690ef3a1 /include/linux/crc32c.h
parentb1814f2dd0c6b61a12a2ebb67a13d406d126b227 (diff)
Faster crc32c
Diffstat (limited to 'include/linux/crc32c.h')
-rw-r--r--include/linux/crc32c.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/crc32c.h b/include/linux/crc32c.h
index f198ab2c..1ac74f7d 100644
--- a/include/linux/crc32c.h
+++ b/include/linux/crc32c.h
@@ -1,6 +1,6 @@
#ifndef _LINUX_CRC32C_H
#define _LINUX_CRC32C_H
-#include "../../ccan/crc/crc.h"
+#include "tools-util.h"
#endif /* _LINUX_CRC32C_H */