mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
part: Drop duplication declaration of block_dev_desc_t
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@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Andreas Bießmann <andreas.devel@googlemail.com>
This commit is contained in:
parent
e92029c0f4
commit
f62b1c625d
1 changed files with 0 additions and 2 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue