Commit b852ba7d authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

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: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 5e9f6bc6
...@@ -355,18 +355,6 @@ typedef BYTE tEplInstanceHdl; ...@@ -355,18 +355,6 @@ typedef BYTE tEplInstanceHdl;
#endif #endif
/*
#if (CDRV_MAX_INSTANCES > 1)
#define CDRV_REENTRANT REENTRANT
#else
#define CDRV_REENTRANT
#endif
*/
#endif // _EPLINSTDEF_H_ #endif // _EPLINSTDEF_H_
// Die letzte Zeile muß unbedingt eine leere Zeile sein, weil manche Compiler // Die letzte Zeile muß unbedingt eine leere Zeile sein, weil manche Compiler
......
...@@ -31,8 +31,6 @@ ...@@ -31,8 +31,6 @@
#define CONST const // variables mapped to ROM (i.e. flash) #define CONST const // variables mapped to ROM (i.e. flash)
#endif #endif
#define REENTRANT
#define TRACE printk #define TRACE printk
#ifndef SHORT #ifndef SHORT
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment