aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/staging/epl/global.h23
1 files changed, 3 insertions, 20 deletions
diff --git a/drivers/staging/epl/global.h b/drivers/staging/epl/global.h
index ba5cf32..31ea536 100644
--- a/drivers/staging/epl/global.h
+++ b/drivers/staging/epl/global.h
@@ -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