[U-Boot] [PATCH] part: Drop duplication declaration of block_dev_desc_t

Simon Glass sjg at chromium.org
Thu Jan 21 04:12:07 CET 2016


This is already defined in ide.h, which part.h includes. So we don't need
the duplicate typedef. At least with my old blackfin gcc 4.3.5 tool chain,
this causes an error.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 include/part.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/part.h b/include/part.h
index 4d00e22..dc23949 100644
--- a/include/part.h
+++ b/include/part.h
@@ -10,8 +10,6 @@
 #include <ide.h>
 #include <common.h>
 
-typedef struct block_dev_desc block_dev_desc_t;
-
 struct block_dev_desc {
 	int		if_type;	/* type of the interface */
 	int		dev;		/* device number */
-- 
2.7.0.rc3.207.g0ac5344



More information about the U-Boot mailing list