From ea911d331860cbaa629b57dc5f86257bdf93d70a Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Mon, 4 Mar 2019 11:33:09 +0100 Subject: fs: ubifs: Remove unused crc16 functions The crc16 functions in ubifs are unused, so remove them. (They were only used in the LPT functions which are completely removed for the barebox readonly implementation) Signed-off-by: Sascha Hauer --- fs/ubifs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fs/ubifs/Makefile') diff --git a/fs/ubifs/Makefile b/fs/ubifs/Makefile index 7d376dab0d..d8c4b2299e 100644 --- a/fs/ubifs/Makefile +++ b/fs/ubifs/Makefile @@ -1,4 +1,4 @@ obj-y += ubifs.o io.o super.o sb.o master.o obj-y += scan.o dir.o misc.o -obj-y += tnc.o tnc_misc.o debug.o crc16.o +obj-y += tnc.o tnc_misc.o debug.o obj-y += log.o recovery.o replay.o -- cgit v1.2.3