summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Stach <dev@lynxeye.de>2015-03-03 20:46:18 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2015-03-04 11:34:08 +0100
commit6b73603f16e381a13b4d554d635ae60f39a9e014 (patch)
tree3d1c415680a092701c6871307ae71920a4910e5b
parent4bb43bf26f0e25feb7dd275262479e216be10af9 (diff)
downloadbarebox-6b73603f16e381a13b4d554d635ae60f39a9e014.tar.gz
barebox-6b73603f16e381a13b4d554d635ae60f39a9e014.tar.xz
bbu: include necessary headers
Fixes compile errors due to undefined symbols. Signed-off-by: Lucas Stach <dev@lynxeye.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--include/bbu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/bbu.h b/include/bbu.h
index adb52b0dec..4a3d35e7ce 100644
--- a/include/bbu.h
+++ b/include/bbu.h
@@ -2,6 +2,8 @@
#define __INCLUDE_BBU_H
#include <asm-generic/errno.h>
+#include <linux/list.h>
+#include <linux/types.h>
struct bbu_data {
#define BBU_FLAG_FORCE (1 << 0)