aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/epl/global.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2009-03-23 12:24:46 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2009-04-03 14:54:21 -0700
commit5d9d5eb2bf0f31e41851c4cee01f7ba51dd11bf2 (patch)
tree5a76e79d3b9134d3a816d3f3bf320f3c8ee7f39b /drivers/staging/epl/global.h
parente6cc5eac8a823fb9674f46cd5050d607009b4a72 (diff)
Staging: epl: remove CONST
Just make it const 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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/epl/global.h b/drivers/staging/epl/global.h
index 31ea536e48b..51c7409828f 100644
--- a/drivers/staging/epl/global.h
+++ b/drivers/staging/epl/global.h
@@ -27,10 +27,6 @@
#define QWORD long long int
#endif
-#ifndef CONST
-#define CONST const // variables mapped to ROM (i.e. flash)
-#endif
-
#define TRACE printk
// --- logic types ---