diff options
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2011-08-26 02:11:13 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-08-29 15:30:28 -0400 |
commit | a72b8b088c3465b28192c1a14ba97be8223a8cec (patch) | |
tree | e0c5e544da09616285ec2d74212d693991e0c49b /drivers/net/wireless/iwlwifi/iwl-shared.h | |
parent | 9d6b2cb1ccf9c1e00a0891eff78b93eb1a1fc372 (diff) |
iwlagn: add missing includes
a few h files weren't self contained. Fix that.
Move iwl_dma_ptr to transport layer since it is not used by the upper layer
any more.
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-shared.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-shared.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-shared.h b/drivers/net/wireless/iwlwifi/iwl-shared.h index 7145e48bd014..45f8a33df6e4 100644 --- a/drivers/net/wireless/iwlwifi/iwl-shared.h +++ b/drivers/net/wireless/iwlwifi/iwl-shared.h | |||
@@ -63,6 +63,11 @@ | |||
63 | #ifndef __iwl_shared_h__ | 63 | #ifndef __iwl_shared_h__ |
64 | #define __iwl_shared_h__ | 64 | #define __iwl_shared_h__ |
65 | 65 | ||
66 | #include <linux/types.h> | ||
67 | #include <linux/spinlock.h> | ||
68 | #include <linux/mutex.h> | ||
69 | #include <linux/gfp.h> | ||
70 | |||
66 | /*This files includes all the types / functions that are exported by the | 71 | /*This files includes all the types / functions that are exported by the |
67 | * upper layer to the bus and transport layer */ | 72 | * upper layer to the bus and transport layer */ |
68 | 73 | ||