Skip to content
Snippets Groups Projects
Commit 481922f1 authored by Simon Glass's avatar Simon Glass
Browse files

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: default avatarSimon Glass <sjg@chromium.org>
Reviewed-by: default avatarBin Meng <bmeng.cn@gmail.com>
Tested-by: default avatarStephen Warren <swarren@nvidia.com>
parent fd30d2c6
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,6 @@
#define _PART_H
#include <ide.h>
#include <common.h>
struct blk_desc {
int if_type; /* type of the interface */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment