projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4a4d56
)
Staging: epl: remove NULL from global.h
author
Greg Kroah-Hartman
<gregkh@suse.de>
Mon, 23 Mar 2009 16:33:20 +0000
(09:33 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 3 Apr 2009 21:54:18 +0000
(14:54 -0700)
Don't define something that is already defined in the kernel.
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>
drivers/staging/epl/global.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/staging/epl/global.h
b/drivers/staging/epl/global.h
index 11b75e4ef6be8d3696215fff88dc2e5f4c56f270..4eb64ecab0f3676fea199a65fecf488ea6459e5a 100644
(file)
--- a/
drivers/staging/epl/global.h
+++ b/
drivers/staging/epl/global.h
@@
-222,9
+222,6
@@
#ifndef FALSE
#define FALSE 0x00
#endif
-#ifndef NULL
-#define NULL ((void *) 0)
-#endif
#ifndef _TIME_OF_DAY_DEFINED_
typedef struct {
unsigned long int m_dwMs;