From 7848789cbf006127bde475b15b79c5db1be6b2db Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Tue, 5 Oct 2010 09:53:41 -0700 Subject: [PATCH] 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 Cc: Henry Ptasinski Cc: Nohee Ko Signed-off-by: Greg Kroah-Hartman --- drivers/staging/brcm80211/include/typedefs.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/brcm80211/include/typedefs.h b/drivers/staging/brcm80211/include/typedefs.h index 28ecbab0c2d1..7e4bec9d123e 100644 --- a/drivers/staging/brcm80211/include/typedefs.h +++ b/drivers/staging/brcm80211/include/typedefs.h @@ -17,6 +17,8 @@ #ifndef _TYPEDEFS_H_ #define _TYPEDEFS_H_ +#include + /* * Infer the compile environment based on preprocessor symbols and pragmas. * Override type definitions as needed, and include configuration-dependent @@ -31,7 +33,6 @@ typedef unsigned long long int uintptr; #define TYPEDEF_UINT #define TYPEDEF_USHORT #define TYPEDEF_ULONG -#include /* * Default Typedefs -- 2.39.5