From: Simon Glass Date: Mon, 29 Feb 2016 22:25:38 +0000 (-0700) Subject: dm: part: Drop the common.h header X-Git-Tag: v2016.05-rc1~420^2~32 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=481922f14a4801bd5abfb90705ebcaf76bd90df8;p=u-boot dm: part: Drop the common.h header We should not include in header files. Each C file should include it if needed. Signed-off-by: Simon Glass Reviewed-by: Bin Meng Tested-by: Stephen Warren --- 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 -#include struct blk_desc { int if_type; /* type of the interface */