summaryrefslogtreecommitdiff
path: root/fs/ubifs/lpt.c
diff options
context:
space:
mode:
authorPali Rohár <pali@kernel.org>2022-04-12 12:20:41 +0300
committerTom Rini <trini@konsulko.com>2022-04-21 21:32:40 +0300
commite523f5d181ce66a36b5f9476b86be2fa03284a45 (patch)
treeaff5f216aaef505eb5d409f59e53a77e7be313cc /fs/ubifs/lpt.c
parentbb3d71b7eff4f137c1c4560950536aeb1740e004 (diff)
downloadu-boot-e523f5d181ce66a36b5f9476b86be2fa03284a45.tar.xz
crc16: Rename fs/ubifs/crc16.h to include/linux/crc16.h
File fs/ubifs/crc16.h is standard linux's crc16.h include file. So move it from fs/ubifs to include/linux where are also other linux include files. Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'fs/ubifs/lpt.c')
-rw-r--r--fs/ubifs/lpt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ubifs/lpt.c b/fs/ubifs/lpt.c
index 62748b0210..27835e60d2 100644
--- a/fs/ubifs/lpt.c
+++ b/fs/ubifs/lpt.c
@@ -42,7 +42,7 @@
#include <linux/compat.h>
#include <linux/err.h>
#include <ubi_uboot.h>
-#include "crc16.h"
+#include <linux/crc16.h>
#endif
/**