aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/epl/EplObjDef.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/epl/EplObjDef.h')
-rw-r--r--drivers/staging/epl/EplObjDef.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/staging/epl/EplObjDef.h b/drivers/staging/epl/EplObjDef.h
index 4a6fac56ef6..89d6f00645f 100644
--- a/drivers/staging/epl/EplObjDef.h
+++ b/drivers/staging/epl/EplObjDef.h
@@ -96,17 +96,9 @@
// To prevent unused memory in subindex tables we need this macro.
// But not all compilers support to preset the last struct value followed by a comma.
// Compilers which does not support a comma after last struct value has to place in a dummy subindex.
-#if ((DEV_SYSTEM & _DEV_COMMA_EXT_) != 0)
-
-#define EPL_OBD_END_SUBINDEX()
-#define EPL_OBD_MAX_ARRAY_SUBENTRIES 2
-
-#else
-
#define EPL_OBD_END_SUBINDEX() {0,0,0,NULL,NULL}
#define EPL_OBD_MAX_ARRAY_SUBENTRIES 3
-#endif
//---------------------------------------------------------------------------
//---------------------------------------------------------------------------