From: Greg Kroah-Hartman Date: Tue, 5 Oct 2010 16:58:02 +0000 (-0700) Subject: Staging: brcm80211: typedefs.h: remove NULL definition X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=42e5386d1c363be058ea4186351bef721539b592;p=linux-beck.git Staging: brcm80211: typedefs.h: remove NULL definition No need for a driver to define NULL, the core kernel handles that. Cc: Brett Rudley Cc: Henry Ptasinski Cc: Nohee Ko Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/brcm80211/include/typedefs.h b/drivers/staging/brcm80211/include/typedefs.h index 10cb839083c7..6e43f8872779 100644 --- a/drivers/staging/brcm80211/include/typedefs.h +++ b/drivers/staging/brcm80211/include/typedefs.h @@ -96,10 +96,6 @@ typedef signed int int32; #define TRUE 1 /* TRUE */ #endif -#ifndef NULL -#define NULL 0 -#endif - #ifndef OFF #define OFF 0 #endif