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:
Родитель
5e9f6bc67d
Коммит
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
|
||||
|
|
Загрузка…
Ссылка в новой задаче