diff options
| author | Simon Glass <[email protected]> | 2016-02-29 15:25:38 -0700 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2016-03-14 15:34:50 -0600 |
| commit | 481922f14a4801bd5abfb90705ebcaf76bd90df8 (patch) | |
| tree | be2e546bc5fd664aa2b771c769ca62f8e319f37c /include | |
| parent | fd30d2c608b63661d185ba3ce0178dbb2fcf3b45 (diff) | |
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 <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Tested-by: Stephen Warren <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/part.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/part.h b/include/part.h index d1e9d0fcf9a..140c9b6a45f 100644 --- a/include/part.h +++ b/include/part.h @@ -8,7 +8,6 @@ #define _PART_H #include <ide.h> -#include <common.h> struct blk_desc { int if_type; /* type of the interface */ |
