aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/epl/global.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2009-03-23 12:51:37 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2009-04-03 14:54:21 -0700
commitd539cfb03ad31e4ba5d6b18ea65954da9a785fe6 (patch)
tree1a63572e903170b4850a0b71e94de8c41d7df3b8 /drivers/staging/epl/global.h
parentStaging: epl: remove QWORD (diff)
downloadlinux-dev-d539cfb03ad31e4ba5d6b18ea65954da9a785fe6.tar.xz
linux-dev-d539cfb03ad31e4ba5d6b18ea65954da9a785fe6.zip
Staging: epl: remove DWORD
It's u32 in kernelspace, not DWORD. 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 c83163e73882..b54842ba7ed7 100644
--- a/drivers/staging/epl/global.h
+++ b/drivers/staging/epl/global.h
@@ -29,9 +29,6 @@
#ifndef WORD
#define WORD unsigned short int
#endif
-#ifndef DWORD
-#define DWORD unsigned long int
-#endif
#ifndef BOOL
#define BOOL unsigned char
#endif