aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/epl/global.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2009-03-23 11:37:22 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2009-04-03 14:54:20 -0700
commitbd3966d5dc109a7f5cfcd7e14a851acc18d69324 (patch)
treebce1b7a6f44e12295f1dd39c79d715a036ea24d4 /drivers/staging/epl/global.h
parentStaging: epl: remove EplObjDef.h (diff)
downloadlinux-dev-bd3966d5dc109a7f5cfcd7e14a851acc18d69324.tar.xz
linux-dev-bd3966d5dc109a7f5cfcd7e14a851acc18d69324.zip
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 3a987db81cca..6214075704e2 100644
--- a/drivers/staging/epl/global.h
+++ b/drivers/staging/epl/global.h
@@ -33,11 +33,6 @@
// usage: CONST BYTE ROM foo = 0x00;
#define HWACC // hardware access through external memory (i.e. CAN)
- // These types can be adjusted by users to match application requirements. The goal is to
- // minimize code memory and maximize speed.
-#define GENERIC // generic pointer to point to application data
- // Variables with this attribute can be located in external
- // or internal data memory.
#define MEM // Memory attribute to optimize speed and code of pointer access.
#ifndef NEAR