diff --git a/drivers/staging/epl/EplInstDef.h b/drivers/staging/epl/EplInstDef.h index 5b7be34c14b8028d32348f40dcb6fa6d9dc550fd..756ac635324a2a25e2dc8ca25a0c11ed36dd1c33 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 74db85ce36c9357860f26fef5a0fb18c87cdae51..ba5cf3201bdf9b3c8026951666505dce5c45b6cc 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