aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/staging/epl/EplInstDef.h12
-rw-r--r--drivers/staging/epl/global.h2
2 files changed, 0 insertions, 14 deletions
diff --git a/drivers/staging/epl/EplInstDef.h b/drivers/staging/epl/EplInstDef.h
index 5b7be34c14b..756ac635324 100644
--- a/drivers/staging/epl/EplInstDef.h
+++ b/drivers/staging/epl/EplInstDef.h
@@ -355,18 +355,6 @@ typedef BYTE tEplInstanceHdl;
355 355
356#endif 356#endif
357 357
358/*
359#if (CDRV_MAX_INSTANCES > 1)
360
361 #define CDRV_REENTRANT REENTRANT
362
363#else
364
365 #define CDRV_REENTRANT
366
367#endif
368*/
369
370#endif // _EPLINSTDEF_H_ 358#endif // _EPLINSTDEF_H_
371 359
372// Die letzte Zeile muß unbedingt eine leere Zeile sein, weil manche Compiler 360// Die letzte Zeile muß unbedingt eine leere Zeile sein, weil manche Compiler
diff --git a/drivers/staging/epl/global.h b/drivers/staging/epl/global.h
index 74db85ce36c..ba5cf3201bd 100644
--- a/drivers/staging/epl/global.h
+++ b/drivers/staging/epl/global.h
@@ -31,8 +31,6 @@
31#define CONST const // variables mapped to ROM (i.e. flash) 31#define CONST const // variables mapped to ROM (i.e. flash)
32#endif 32#endif
33 33
34#define REENTRANT
35
36#define TRACE printk 34#define TRACE printk
37 35
38#ifndef SHORT 36#ifndef SHORT