]> git.baikalelectronics.ru Git - uboot.git/commit
common: remove duplicate typedef for uchar
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 10 Dec 2019 06:43:33 +0000 (07:43 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 13 Dec 2019 18:01:53 +0000 (13:01 -0500)
commit6cbd37742c276d61cea759e02ae4fd08b05fd3e6
tree676f3d1e654722e900c57e1de22cff8461b68fc6
parent804d6fb0e12b6a09864aa48bba509b7edbcbed9b
common: remove duplicate typedef for uchar

With commit 258cda74bddd ("linux/types.h: fix typo unchar") we have a
duplicate typedef for uchar. As linux/types.h is included in common.h we
don't need another typedef for uchar there.

Fixes: 258cda74bddd ("linux/types.h: fix typo unchar")
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>
include/common.h