From b852ba7d38a210b2d23c514f191582033b371e89 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Mon, 23 Mar 2009 12:10:47 -0700 Subject: [PATCH] Staging: epl: remove REENTRANT It's not used and is not needed. Cc: Daniel Krueger Cc: Ronald Sieber Signed-off-by: Greg Kroah-Hartman --- drivers/staging/epl/EplInstDef.h | 12 ------------ drivers/staging/epl/global.h | 2 -- 2 files changed, 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; #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 74db85ce36c..ba5cf3201bd 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 -- 2.11.4.GIT