summaryrefslogtreecommitdiffstats
path: root/fs/ubifs/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2019-03-04 11:33:09 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-03-04 11:39:13 +0100
commitea911d331860cbaa629b57dc5f86257bdf93d70a (patch)
tree5fd8642999fe10794fb6ea03620e03df55c88cbc /fs/ubifs/Makefile
parentfcb5c1f4c62595983060c2a33310a4095872e391 (diff)
downloadbarebox-ea911d331860cbaa629b57dc5f86257bdf93d70a.tar.gz
barebox-ea911d331860cbaa629b57dc5f86257bdf93d70a.tar.xz
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 <s.hauer@pengutronix.de>
Diffstat (limited to 'fs/ubifs/Makefile')
-rw-r--r--fs/ubifs/Makefile2
1 files changed, 1 insertions, 1 deletions
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