mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-07 12:44:32 -04:00
Staging: epl: remove some unused types
SHORT, USHORT, INT, UINT, LONG, and ULONG aren't used, so delete them. Cc: Daniel Krueger <daniel.krueger@systec-electronic.com> Cc: Ronald Sieber <Ronald.Sieber@systec-electronic.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
@@ -33,25 +33,7 @@
|
||||
|
||||
#define TRACE printk
|
||||
|
||||
#ifndef SHORT
|
||||
#define SHORT short int
|
||||
#endif
|
||||
#ifndef USHORT
|
||||
#define USHORT unsigned short int
|
||||
#endif
|
||||
#ifndef INT
|
||||
#define INT int
|
||||
#endif
|
||||
#ifndef UINT
|
||||
#define UINT unsigned int
|
||||
#endif
|
||||
#ifndef LONG
|
||||
#define LONG long int
|
||||
#endif
|
||||
#ifndef ULONG
|
||||
#define ULONG unsigned long int
|
||||
#endif
|
||||
// --- logic types ---
|
||||
// --- logic types ---
|
||||
#ifndef BYTE
|
||||
#define BYTE unsigned char
|
||||
#endif
|
||||
@@ -64,7 +46,8 @@
|
||||
#ifndef BOOL
|
||||
#define BOOL unsigned char
|
||||
#endif
|
||||
// --- alias types ---
|
||||
|
||||
// --- alias types ---
|
||||
#ifndef TRUE
|
||||
#define TRUE 0xFF
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user