summaryrefslogtreecommitdiffstats
path: root/drivers/staging/epl/global.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2009-03-23 12:09:26 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2009-04-03 14:54:21 -0700
commit5e9f6bc67d44c7b73208d4038b8a637ff942ca52 (patch)
tree1baf7292878f57a83a5597ab61a4654682a43e9c /drivers/staging/epl/global.h
parent5318487c34b99de4f9978ae1a8f963d25d767734 (diff)
Staging: epl: remove MEM
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/staging/epl/global.h')
-rw-r--r--drivers/staging/epl/global.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/staging/epl/global.h b/drivers/staging/epl/global.h
index b5902da8fa4..74db85ce36c 100644
--- a/drivers/staging/epl/global.h
+++ b/drivers/staging/epl/global.h
@@ -27,12 +27,6 @@
#define QWORD long long int
#endif
- // ------------------ GNUC for I386 ---------------------------------------------
-
-#define HWACC // hardware access through external memory (i.e. CAN)
-
-#define MEM // Memory attribute to optimize speed and code of pointer access.
-
#ifndef CONST
#define CONST const // variables mapped to ROM (i.e. flash)
#endif