From db33f32842973245f0adcae2fb7fd23ec4325630 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Mon, 11 Apr 2016 10:50:12 +0200 Subject: 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 --- common/imx-bbu-nand-fcb.c | 1 + 1 file changed, 1 insertion(+) (limited to 'common/imx-bbu-nand-fcb.c') diff --git a/common/imx-bbu-nand-fcb.c b/common/imx-bbu-nand-fcb.c index 04c6e6050c..1ffa79d1ec 100644 --- a/common/imx-bbu-nand-fcb.c +++ b/common/imx-bbu-nand-fcb.c @@ -34,6 +34,7 @@ #include #include #include +#include #include #include -- cgit v1.2.3