summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2019-12-10 09:43:33 +0300
committerTom Rini <trini@konsulko.com>2019-12-13 21:01:53 +0300
commitc013a2f7856eab890d17cf4aee1042e768218bc3 (patch)
tree676f3d1e654722e900c57e1de22cff8461b68fc6 /include/common.h
parent97fd36933c7de74a9ea840a8f898a0df9eafb52e (diff)
downloadu-boot-c013a2f7856eab890d17cf4aee1042e768218bc3.tar.xz
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>
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index 8b37b58747..52c02185f4 100644
--- a/include/common.h
+++ b/include/common.h
@@ -15,7 +15,6 @@
#ifndef __ASSEMBLY__ /* put C only stuff in this section */
-typedef unsigned char uchar;
typedef volatile unsigned long vu_long;
typedef volatile unsigned short vu_short;
typedef volatile unsigned char vu_char;