Skip to content

Commit

Permalink
iwlwifi: remove redundant declaration of 'iwl3945_priv' and 'iwl4965_…
Browse files Browse the repository at this point in the history
…priv' structs

This patch removes a redundant declaration of 'iwl3945_priv' and 'iwl4965_priv' structs.

Signed-off-by: Miguel Boton <mboton@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Miguel Botón authored and David S. Miller committed Jan 28, 2008
1 parent d128394 commit a84fd34
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions drivers/net/wireless/iwlwifi/iwl-3945.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@
#include <linux/kernel.h>
#include <net/ieee80211_radiotap.h>

struct iwl3945_priv;

/* Hardware specific file defines the PCI IDs table for that hardware module */
extern struct pci_device_id iwl3945_hw_card_ids[];

Expand Down
2 changes: 0 additions & 2 deletions drivers/net/wireless/iwlwifi/iwl-4965.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@
#include <linux/kernel.h>
#include <net/ieee80211_radiotap.h>

struct iwl4965_priv;

/* Hardware specific file defines the PCI IDs table for that hardware module */
extern struct pci_device_id iwl4965_hw_card_ids[];

Expand Down

0 comments on commit a84fd34

Please sign in to comment.