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>
#ifndef ITYPES_H
#define ITYPES_H
-
-/*****************************************************************************/
-/* Data Types */
-/*****************************************************************************/
-
-typedef int WORD32;
-typedef short WORD16;
-typedef char WORD8;
-typedef unsigned short UWORD16;
-
/*****************************************************************************/
/* Enums */
/*****************************************************************************/