Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ab6a167f authored by Chaehyun Lim's avatar Chaehyun Lim Committed by Greg Kroah-Hartman
Browse files

staging: wilc1000: remove unused typedef



Remove unused typedef for custom data types.

Signed-off-by: default avatarChaehyun Lim <chaehyun.lim@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 4a01f1c3
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -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                                                                     */
/*****************************************************************************/