Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290759
b: refs/heads/master
c: e679378
h: refs/heads/master
i:
  290757: a061fca
  290755: d0915da
  290751: 5182bf9
v: v3
  • Loading branch information
Emmanuel Grumbach authored and Wey-Yi Guy committed Feb 27, 2012
1 parent ceb71b0 commit 0125aa6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 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: 53476fe11f730e37a6e8f0eabb25d59485e9854b
refs/heads/master: e679378dc684ed1ed7b7f6e56cb7a6b0f6461f9c
1 change: 1 addition & 0 deletions trunk/drivers/net/wireless/iwlwifi/iwl-trans-pcie.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
#include "iwl-eeprom.h"
#include "iwl-agn-hw.h"
#include "iwl-core.h"
#include "iwl-ucode.h"

static int iwl_trans_rx_alloc(struct iwl_trans *trans)
{
Expand Down
8 changes: 4 additions & 4 deletions trunk/drivers/net/wireless/iwlwifi/iwl-trans.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,9 @@
#ifndef __iwl_trans_h__
#define __iwl_trans_h__

#include <linux/debugfs.h>
#include <linux/skbuff.h>
#include <linux/ieee80211.h>

#include "iwl-shared.h"
#include "iwl-commands.h"
#include "iwl-ucode.h"
#include "iwl-debug.h"

/**
Expand Down Expand Up @@ -109,6 +106,9 @@
struct iwl_priv;
struct iwl_shared;
struct iwl_op_mode;
struct fw_img;
struct sk_buff;
struct dentry;

/**
* DOC: Host command section
Expand Down

0 comments on commit 0125aa6

Please sign in to comment.