projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd30d2c
)
dm: part: Drop the common.h header
author
Simon Glass
<sjg@chromium.org>
Mon, 29 Feb 2016 22:25:38 +0000
(15:25 -0700)
committer
Simon 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
patch
|
blob
|
history
diff --git
a/include/part.h
b/include/part.h
index d1e9d0fcf9aa3e2d52e19565ca693db8579ccbd8..140c9b6a45fc3c4549d23a1d753d60ba053db31e 100644
(file)
--- 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 */