diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2009-03-23 19:10:47 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-04-03 21:54:21 (GMT) |
commit | b852ba7d38a210b2d23c514f191582033b371e89 (patch) | |
tree | 3752911b494cb364546fe825f819d917987ea79b /drivers | |
parent | 5e9f6bc67d44c7b73208d4038b8a637ff942ca52 (diff) | |
download | linux-fsl-qoriq-b852ba7d38a210b2d23c514f191582033b371e89.tar.xz |
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/epl/EplInstDef.h | 12 | ||||
-rw-r--r-- | drivers/staging/epl/global.h | 2 |
2 files changed, 0 insertions, 14 deletions
diff --git a/drivers/staging/epl/EplInstDef.h b/drivers/staging/epl/EplInstDef.h index 5b7be34..756ac63 100644 --- a/drivers/staging/epl/EplInstDef.h +++ b/drivers/staging/epl/EplInstDef.h @@ -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 diff --git a/drivers/staging/epl/global.h b/drivers/staging/epl/global.h index 74db85c..ba5cf32 100644 --- a/drivers/staging/epl/global.h +++ b/drivers/staging/epl/global.h @@ -31,8 +31,6 @@ #define CONST const // variables mapped to ROM (i.e. flash) #endif -#define REENTRANT - #define TRACE printk #ifndef SHORT |