Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220060
b: refs/heads/master
c: 7848789
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Oct 5, 2010
1 parent e3b3434 commit bf2be48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cc79cad299395f11a5df9da0d6a8991a118f2b81
refs/heads/master: 7848789cbf006127bde475b15b79c5db1be6b2db
3 changes: 2 additions & 1 deletion trunk/drivers/staging/brcm80211/include/typedefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
#ifndef _TYPEDEFS_H_
#define _TYPEDEFS_H_

#include <linux/types.h>

/*
* Infer the compile environment based on preprocessor symbols and pragmas.
* Override type definitions as needed, and include configuration-dependent
Expand All @@ -31,7 +33,6 @@ typedef unsigned long long int uintptr;
#define TYPEDEF_UINT
#define TYPEDEF_USHORT
#define TYPEDEF_ULONG
#include <linux/types.h>

/*
* Default Typedefs
Expand Down

0 comments on commit bf2be48

Please sign in to comment.