Skip to content

Commit

Permalink
Staging: epl: remove REENTRANT
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Greg Kroah-Hartman committed Apr 3, 2009
1 parent 5e9f6bc commit b852ba7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
12 changes: 0 additions & 12 deletions drivers/staging/epl/EplInstDef.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions drivers/staging/epl/global.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
#define CONST const // variables mapped to ROM (i.e. flash)
#endif

#define REENTRANT

#define TRACE printk

#ifndef SHORT
Expand Down

0 comments on commit b852ba7

Please sign in to comment.