mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-23 20:53:53 +08:00
staging: wilc1000: remove unused typedef
Remove unused typedef for custom data types. Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
4a01f1c3ab
commit
ab6a167f19
@ -36,16 +36,6 @@
|
||||
#ifndef ITYPES_H
|
||||
#define ITYPES_H
|
||||
|
||||
|
||||
/*****************************************************************************/
|
||||
/* Data Types */
|
||||
/*****************************************************************************/
|
||||
|
||||
typedef int WORD32;
|
||||
typedef short WORD16;
|
||||
typedef char WORD8;
|
||||
typedef unsigned short UWORD16;
|
||||
|
||||
/*****************************************************************************/
|
||||
/* Enums */
|
||||
/*****************************************************************************/
|
||||
|
Loading…
Reference in New Issue
Block a user