Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −12
Original line number Original line Diff line number Diff line
@@ -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
+0 −2
Original line number Original line Diff line number Diff line
@@ -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