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)
commitc013a2f7856eab890d17cf4aee1042e768218bc3
tree676f3d1e654722e900c57e1de22cff8461b68fc6
parent97fd36933c7de74a9ea840a8f898a0df9eafb52e
common: remove duplicate typedef for uchar

With commit 37db55b7e9db ("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: 37db55b7e9db ("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