summaryrefslogtreecommitdiff
path: root/drivers/staging/epl/global.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2009-03-23 12:57:39 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2009-04-03 14:54:22 -0700
commitdcf5371cdea03b09b6cc506d2cd538138bd643a8 (patch)
tree84bf580f907821a81454d0fbe34cebe612067fd2 /drivers/staging/epl/global.h
parentd539cfb03ad31e4ba5d6b18ea65954da9a785fe6 (diff)
Staging: epl: remove WORD
It's u16 in kernelspace, not WORD. 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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/epl/global.h b/drivers/staging/epl/global.h
index b54842ba7ed7..8c52d97ec9c0 100644
--- a/drivers/staging/epl/global.h
+++ b/drivers/staging/epl/global.h
@@ -26,9 +26,6 @@
#define TRACE printk
// --- logic types ---
-#ifndef WORD
-#define WORD unsigned short int
-#endif
#ifndef BOOL
#define BOOL unsigned char
#endif