Skip to content

Commit

Permalink
Staging: brcm80211: typedefs.h: remove some unused #if logic
Browse files Browse the repository at this point in the history
We never care about __STRICT_ANSI__ from within the kernel, so remove
this logic.

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 a21142b commit 5393ddf
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions drivers/staging/brcm80211/include/typedefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@ typedef unsigned long long int uintptr;
#define TYPEDEF_USHORT
#define TYPEDEF_ULONG
#include <linux/version.h>

/* Do not support the (u)int64 types with strict ansi for GNU C */
#if defined(__GNUC__) && defined(__STRICT_ANSI__)
#define TYPEDEF_INT64
#define TYPEDEF_UINT64
#endif

#include <linux/types.h>

/*
Expand Down

0 comments on commit 5393ddf

Please sign in to comment.