From 335914e315103100dd27a648744fd2440d31075d Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Mon, 23 Mar 2009 09:33:20 -0700 Subject: Staging: epl: remove NULL from global.h Don't define something that is already defined in the kernel. Cc: Daniel Krueger Cc: Ronald Sieber Signed-off-by: Greg Kroah-Hartman --- drivers/staging/epl/global.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'drivers/staging/epl') diff --git a/drivers/staging/epl/global.h b/drivers/staging/epl/global.h index 11b75e4ef6be..4eb64ecab0f3 100644 --- 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; -- cgit v1.2.3