mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-23 20:53:53 +08:00
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
|
||||
#define FALSE 0x00
|
||||
#endif
|
||||
#ifndef NULL
|
||||
#define NULL ((void *) 0)
|
||||
#endif
|
||||
#ifndef _TIME_OF_DAY_DEFINED_
|
||||
typedef struct {
|
||||
unsigned long int m_dwMs;
|
||||
|
Loading…
Reference in New Issue
Block a user