9
0
Fork 0

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>
This commit is contained in:
Lucas Stach 2015-03-03 20:46:18 +01:00 committed by Sascha Hauer
parent 4bb43bf26f
commit 6b73603f16
1 changed files with 2 additions and 0 deletions

View File

@ -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)