mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-22 20:24:27 +01:00
dm: part: Drop the common.h header
We should not include <common.h> in header files. Each C file should include it if needed. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Tested-by: Stephen Warren <swarren@nvidia.com>
This commit is contained in:
parent
fd30d2c608
commit
481922f14a
1 changed files with 0 additions and 1 deletions
|
|
@ -8,7 +8,6 @@
|
|||
#define _PART_H
|
||||
|
||||
#include <ide.h>
|
||||
#include <common.h>
|
||||
|
||||
struct blk_desc {
|
||||
int if_type; /* type of the interface */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue