diff options
| author | Simon Glass <[email protected]> | 2016-01-20 20:12:07 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2016-01-25 10:39:46 -0500 |
| commit | f62b1c625d631a59c6b99ff9d6ca8c8bda282de5 (patch) | |
| tree | d59a85c1ca147be9b4a82642695db685ef3bfcba /include | |
| parent | e92029c0f4e88ae3e738d83b25ef2d3c178ea082 (diff) | |
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 <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Reviewed-by: Andreas Bießmann <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/part.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/part.h b/include/part.h index 4d00e220e4c..dc23949ae8c 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 */ |
