summaryrefslogtreecommitdiffstats
path: root/fs/ubifs
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2016-04-11 10:50:12 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2016-04-15 12:21:44 +0200
commitdb33f32842973245f0adcae2fb7fd23ec4325630 (patch)
treeb674d9a2a03de090876dfd54abbbc9efb218de2f /fs/ubifs
parent4e9f324d37e98823eb7179a239d412e9786d9938 (diff)
downloadbarebox-db33f32842973245f0adcae2fb7fd23ec4325630.tar.gz
barebox-db33f32842973245f0adcae2fb7fd23ec4325630.tar.xz
include: move crc specific stuff to crc.h
We have a crc.h, so move our crc function prototypes there to further cleanup common.h. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'fs/ubifs')
-rw-r--r--fs/ubifs/ubifs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ubifs/ubifs.h b/fs/ubifs/ubifs.h
index 75e54e7fef..d2dcf7e180 100644
--- a/fs/ubifs/ubifs.h
+++ b/fs/ubifs/ubifs.h
@@ -34,6 +34,7 @@
#else
#include <common.h>
#include <lzo.h>
+#include <crc.h>
#include <linux/fs.h>
#include <linux/sched.h>
#include <linux/ctype.h>