aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/epl/global.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2009-03-23 14:37:22 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2009-04-03 17:54:20 -0400
commitbd3966d5dc109a7f5cfcd7e14a851acc18d69324 (patch)
treebce1b7a6f44e12295f1dd39c79d715a036ea24d4 /drivers/staging/epl/global.h
parent9c91f7b4aaa0c37af0f1dd9085c0eabf7cb880a8 (diff)
Staging: epl: remove GENERIC
It wasn't used and isn't 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.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/staging/epl/global.h b/drivers/staging/epl/global.h
index 3a987db81cc..6214075704e 100644
--- a/drivers/staging/epl/global.h
+++ b/drivers/staging/epl/global.h
@@ -33,11 +33,6 @@
33 // usage: CONST BYTE ROM foo = 0x00; 33 // usage: CONST BYTE ROM foo = 0x00;
34#define HWACC // hardware access through external memory (i.e. CAN) 34#define HWACC // hardware access through external memory (i.e. CAN)
35 35
36 // These types can be adjusted by users to match application requirements. The goal is to
37 // minimize code memory and maximize speed.
38#define GENERIC // generic pointer to point to application data
39 // Variables with this attribute can be located in external
40 // or internal data memory.
41#define MEM // Memory attribute to optimize speed and code of pointer access. 36#define MEM // Memory attribute to optimize speed and code of pointer access.
42 37
43#ifndef NEAR 38#ifndef NEAR