Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 266755
b: refs/heads/master
c: 397ede3
h: refs/heads/master
i:
  266753: 7703653
  266751: 298bff5
v: v3
  • Loading branch information
Emmanuel Grumbach authored and John W. Linville committed Oct 14, 2011
1 parent a54c458 commit 0da3282
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 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: 6a686c600268b71619f93d35f9373e2b6ab5947b
refs/heads/master: 397ede37a4defbe0000f2cc994fe9b7225f33c89
1 change: 0 additions & 1 deletion trunk/drivers/net/wireless/iwlwifi/iwl-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
#include <net/mac80211.h>

#include "iwl-eeprom.h"
#include "iwl-dev.h" /* FIXME: remove */
#include "iwl-debug.h"
#include "iwl-core.h"
#include "iwl-io.h"
Expand Down
5 changes: 1 addition & 4 deletions trunk/drivers/net/wireless/iwlwifi/iwl-trans-pcie-tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
#include <linux/slab.h>
#include <linux/sched.h>

/* TODO: remove include to iwl-dev.h */
#include "iwl-dev.h"
#include "iwl-debug.h"
#include "iwl-csr.h"
#include "iwl-prph.h"
Expand Down Expand Up @@ -1020,9 +1018,8 @@ static int iwl_send_cmd_sync(struct iwl_trans *trans, struct iwl_host_cmd *cmd)
HOST_COMPLETE_TIMEOUT);
if (!ret) {
if (test_bit(STATUS_HCMD_ACTIVE, &trans->shrd->status)) {
struct iwl_priv *priv = priv(trans);
struct iwl_tx_queue *txq =
&trans_pcie->txq[priv->shrd->cmd_queue];
&trans_pcie->txq[trans->shrd->cmd_queue];
struct iwl_queue *q = &txq->q;

IWL_ERR(trans,
Expand Down

0 comments on commit 0da3282

Please sign in to comment.