Skip to content

Commit

Permalink
Staging: brcm80211: typedefs.h: remove NULL definition
Browse files Browse the repository at this point in the history
No need for a driver to define NULL, the core kernel handles that.

Cc: Brett Rudley <brudley@broadcom.com>
Cc: Henry Ptasinski <henryp@broadcom.com>
Cc: Nohee Ko <noheek@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Greg Kroah-Hartman committed Oct 5, 2010
1 parent 151da5a commit 42e5386
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/staging/brcm80211/include/typedefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 42e5386

Please sign in to comment.