提交 6b423b75 编写于 作者: M Mateusz Zalega 提交者: Lukasz Majewski

part: header fix

Implementation made use of types defined in common.h, even though it
wasn't #included. It worked in circumstances when .c files included
every needed header (all).
Signed-off-by: NMateusz Zalega <m.zalega@samsung.com>
Cc: Tom Rini <trini@ti.com>
Cc: Minkyu Kang <mk7.kang@samsung.com>
上级 07a2d42c
......@@ -8,6 +8,7 @@
#define _PART_H
#include <ide.h>
#include <common.h>
typedef struct block_dev_desc {
int if_type; /* type of the interface */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册