mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 21:56:09 -04: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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user