diff options
author | Simon Glass <sjg@chromium.org> | 2016-02-29 22:25:38 (GMT) |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-03-14 21:34:50 (GMT) |
commit | 481922f14a4801bd5abfb90705ebcaf76bd90df8 (patch) | |
tree | be2e546bc5fd664aa2b771c769ca62f8e319f37c /include | |
parent | fd30d2c608b63661d185ba3ce0178dbb2fcf3b45 (diff) | |
download | u-boot-fsl-qoriq-481922f14a4801bd5abfb90705ebcaf76bd90df8.tar.xz |
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>
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 d1e9d0f..140c9b6 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 */ |