Staging: epl: remove NULL from global.h
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>
This commit is contained in:
parent
b4a4d56898
commit
335914e315
|
@ -222,9 +222,6 @@
|
||||||
#ifndef FALSE
|
#ifndef FALSE
|
||||||
#define FALSE 0x00
|
#define FALSE 0x00
|
||||||
#endif
|
#endif
|
||||||
#ifndef NULL
|
|
||||||
#define NULL ((void *) 0)
|
|
||||||
#endif
|
|
||||||
#ifndef _TIME_OF_DAY_DEFINED_
|
#ifndef _TIME_OF_DAY_DEFINED_
|
||||||
typedef struct {
|
typedef struct {
|
||||||
unsigned long int m_dwMs;
|
unsigned long int m_dwMs;
|
||||||
|
|
Loading…
Reference in New Issue