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>
This commit is contained in:
Greg Kroah-Hartman 2009-03-23 12:10:47 -07:00
parent 5e9f6bc67d
commit b852ba7d38
2 changed files with 0 additions and 14 deletions

View file

@ -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

View file

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