]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
dm: part: Drop the common.h header
authorSimon Glass <sjg@chromium.org>
Mon, 29 Feb 2016 22:25:38 +0000 (15:25 -0700)
committerSimon Glass <sjg@chromium.org>
Mon, 14 Mar 2016 21:34:50 +0000 (15:34 -0600)
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>
include/part.h

index d1e9d0fcf9aa3e2d52e19565ca693db8579ccbd8..140c9b6a45fc3c4549d23a1d753d60ba053db31e 100644 (file)
@@ -8,7 +8,6 @@
 #define _PART_H
 
 #include <ide.h>
-#include <common.h>
 
 struct blk_desc {
        int             if_type;        /* type of the interface */