]> git.sur5r.net Git - u-boot/commit
part: Drop duplication declaration of block_dev_desc_t
authorSimon Glass <sjg@chromium.org>
Thu, 21 Jan 2016 03:12:07 +0000 (20:12 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 25 Jan 2016 15:39:46 +0000 (10:39 -0500)
commitf62b1c625d631a59c6b99ff9d6ca8c8bda282de5
treed59a85c1ca147be9b4a82642695db685ef3bfcba
parente92029c0f4e88ae3e738d83b25ef2d3c178ea082
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>
include/part.h