mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 09:31:50 +00:00
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:
parent
5e9f6bc67d
commit
b852ba7d38
@ -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
|
||||
|
@ -31,8 +31,6 @@
|
||||
#define CONST const // variables mapped to ROM (i.e. flash)
|
||||
#endif
|
||||
|
||||
#define REENTRANT
|
||||
|
||||
#define TRACE printk
|
||||
|
||||
#ifndef SHORT
|
||||
|
Loading…
Reference in New Issue
Block a user