Commit 335914e3 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

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: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent b4a4d568
...@@ -222,9 +222,6 @@ ...@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment