mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-21 20:34:38 +00:00
common: remove duplicate typedef for uchar
With commit37db55b7e9
("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:37db55b7e9
("linux/types.h: fix typo unchar") Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>
This commit is contained in:
parent
97fd36933c
commit
c013a2f785
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@
|
||||||
|
|
||||||
#ifndef __ASSEMBLY__ /* put C only stuff in this section */
|
#ifndef __ASSEMBLY__ /* put C only stuff in this section */
|
||||||
|
|
||||||
typedef unsigned char uchar;
|
|
||||||
typedef volatile unsigned long vu_long;
|
typedef volatile unsigned long vu_long;
|
||||||
typedef volatile unsigned short vu_short;
|
typedef volatile unsigned short vu_short;
|
||||||
typedef volatile unsigned char vu_char;
|
typedef volatile unsigned char vu_char;
|
||||||
|
|
Loading…
Add table
Reference in a new issue