summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-09-22 17:31:19 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-09-22 17:31:19 +0200
commit5f29d17bee39be3c2c6216ae678a4ba593587521 (patch)
tree429dbafc564bf9b947c76705018184b57446e088
parentlinux/genalloc.h: Update due to API changes (diff)
downloadrtems-libbsd-5f29d17bee39be3c2c6216ae678a4ba593587521.tar.bz2
linux/crc32.h: Update due to API changes
-rw-r--r--rtemsbsd/powerpc/include/linux/crc32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtemsbsd/powerpc/include/linux/crc32.h b/rtemsbsd/powerpc/include/linux/crc32.h
index 0edaaa07..a86ac4a0 100644
--- a/rtemsbsd/powerpc/include/linux/crc32.h
+++ b/rtemsbsd/powerpc/include/linux/crc32.h
@@ -28,7 +28,7 @@
#define _LINUX_CRC32_H
#include <linux/types.h>
-#include <sys/libkern.h>
+#include <sys/gsb_crc32.h>
#ifdef __cplusplus
extern "C" {