aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/epl/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/epl/global.h')
-rw-r--r--drivers/staging/epl/global.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/epl/global.h b/drivers/staging/epl/global.h
index 6214075704e..8a204ac232c 100644
--- a/drivers/staging/epl/global.h
+++ b/drivers/staging/epl/global.h
@@ -35,10 +35,6 @@
#define MEM // Memory attribute to optimize speed and code of pointer access.
-#ifndef NEAR
-#define NEAR // variables mapped to internal data storage location
-#endif
-
#ifndef FAR
#define FAR // variables mapped to external data storage location
#endif