summaryrefslogtreecommitdiffstats
path: root/commands/crc.c
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 /commands/crc.c
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 'commands/crc.c')
-rw-r--r--commands/crc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/crc.c b/commands/crc.c
index 58b750eb95..066d91e179 100644
--- a/commands/crc.c
+++ b/commands/crc.c
@@ -20,6 +20,7 @@
#include <common.h>
#include <command.h>
#include <fs.h>
+#include <crc.h>
#include <getopt.h>
#include <malloc.h>
#include <libfile.h>