Browse Source

Staging: epl: remove REENTRANT

It's not used and is not needed.

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>
Greg Kroah-Hartman 16 years ago
parent
commit
b852ba7d38
2 changed files with 0 additions and 14 deletions
  1. 0 12
      drivers/staging/epl/EplInstDef.h
  2. 0 2
      drivers/staging/epl/global.h

+ 0 - 12
drivers/staging/epl/EplInstDef.h

@@ -355,18 +355,6 @@ typedef BYTE tEplInstanceHdl;
 
 #endif
 
-/*
-#if (CDRV_MAX_INSTANCES > 1)
-
-    #define CDRV_REENTRANT                          REENTRANT
-
-#else
-
-    #define CDRV_REENTRANT
-
-#endif
-*/
-
 #endif // _EPLINSTDEF_H_
 
 // Die letzte Zeile muß unbedingt eine leere Zeile sein, weil manche Compiler

+ 0 - 2
drivers/staging/epl/global.h

@@ -31,8 +31,6 @@
 #define CONST const		// variables mapped to ROM (i.e. flash)
 #endif
 
-#define REENTRANT
-
 #define TRACE  printk
 
 #ifndef SHORT