Commit 7848789c authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

Staging: brcm80211: typedefs.h move types.h to the top of the file

Include other files from the top, it's easier to unwind the logic that
way.

Cc: Brett Rudley <brudley@broadcom.com>
Cc: Henry Ptasinski <henryp@broadcom.com>
Cc: Nohee Ko <noheek@broadcom.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent cc79cad2
...@@ -17,6 +17,8 @@ ...@@ -17,6 +17,8 @@
#ifndef _TYPEDEFS_H_ #ifndef _TYPEDEFS_H_
#define _TYPEDEFS_H_ #define _TYPEDEFS_H_
#include <linux/types.h>
/* /*
* Infer the compile environment based on preprocessor symbols and pragmas. * Infer the compile environment based on preprocessor symbols and pragmas.
* Override type definitions as needed, and include configuration-dependent * Override type definitions as needed, and include configuration-dependent
...@@ -31,7 +33,6 @@ typedef unsigned long long int uintptr; ...@@ -31,7 +33,6 @@ typedef unsigned long long int uintptr;
#define TYPEDEF_UINT #define TYPEDEF_UINT
#define TYPEDEF_USHORT #define TYPEDEF_USHORT
#define TYPEDEF_ULONG #define TYPEDEF_ULONG
#include <linux/types.h>
/* /*
* Default Typedefs * Default Typedefs
......
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