summaryrefslogtreecommitdiffstats
path: root/include/part.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-02-29 15:25:38 -0700
committerSimon Glass <sjg@chromium.org>2016-03-14 15:34:50 -0600
commit481922f14a4801bd5abfb90705ebcaf76bd90df8 (patch)
treebe2e546bc5fd664aa2b771c769ca62f8e319f37c /include/part.h
parentfd30d2c608b63661d185ba3ce0178dbb2fcf3b45 (diff)
downloadtalos-obmc-uboot-481922f14a4801bd5abfb90705ebcaf76bd90df8.tar.gz
talos-obmc-uboot-481922f14a4801bd5abfb90705ebcaf76bd90df8.zip
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/part.h')
-rw-r--r--include/part.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/part.h b/include/part.h
index d1e9d0fcf9..140c9b6a45 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 */
OpenPOWER on IntegriCloud