summaryrefslogtreecommitdiffstats
path: root/common/partitions/efi.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 /common/partitions/efi.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 'common/partitions/efi.c')
-rw-r--r--common/partitions/efi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/partitions/efi.c b/common/partitions/efi.c
index a9945dd9eb..88734f166b 100644
--- a/common/partitions/efi.c
+++ b/common/partitions/efi.c
@@ -17,6 +17,7 @@
#include <init.h>
#include <asm/unaligned.h>
#include <dma.h>
+#include <crc.h>
#include <linux/ctype.h>
#include "efi.h"