* [PATCH] iwlwifi: remove redundant declaration of 'iwl3945_priv' and 'iwl4965_priv' structs
@ 2007-11-25 14:58 ` Miguel Botón
0 siblings, 0 replies; 4+ messages in thread
From: Miguel Botón @ 2007-11-25 14:58 UTC (permalink / raw)
To: Linux Kernel Mailing List; +Cc: linux-wireless, linville, yi.zhu
This patch removes a redundant declaration of 'iwl3945_priv' and 'iwl49=
65_priv' structs.
Signed-off-by: Miguel Boton <mboton@gmail.com>
diff --git a/drivers/net/wireless/iwlwifi/iwl-3945.h b/drivers/net/wire=
less/iwlwifi/iwl-3945.h
index 49556e6..70f3fc0 100644
--- a/drivers/net/wireless/iwlwifi/iwl-3945.h
+++ b/drivers/net/wireless/iwlwifi/iwl-3945.h
@@ -31,8 +31,6 @@
#include <linux/kernel.h>
#include <net/ieee80211_radiotap.h>
=20
-struct iwl3945_priv;
-
/* Hardware specific file defines the PCI IDs table for that hardware =
module */
extern struct pci_device_id iwl3945_hw_card_ids[];
=20
diff --git a/drivers/net/wireless/iwlwifi/iwl-4965.h b/drivers/net/wire=
less/iwlwifi/iwl-4965.h
index 5944b4b..949630c 100644
--- a/drivers/net/wireless/iwlwifi/iwl-4965.h
+++ b/drivers/net/wireless/iwlwifi/iwl-4965.h
@@ -30,8 +30,6 @@
#include <linux/kernel.h>
#include <net/ieee80211_radiotap.h>
=20
-struct iwl4965_priv;
-
/* Hardware specific file defines the PCI IDs table for that hardware =
module */
extern struct pci_device_id iwl4965_hw_card_ids[];
=20
--=20
Miguel Bot=C3=B3n
-
To unsubscribe from this list: send the line "unsubscribe linux-wireles=
s" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH] iwlwifi: remove redundant declaration of 'iwl3945_priv' and 'iwl4965_priv' structs
@ 2007-11-25 14:58 ` Miguel Botón
0 siblings, 0 replies; 4+ messages in thread
From: Miguel Botón @ 2007-11-25 14:58 UTC (permalink / raw)
To: Linux Kernel Mailing List; +Cc: linux-wireless, linville, yi.zhu
This patch removes a redundant declaration of 'iwl3945_priv' and 'iwl4965_priv' structs.
Signed-off-by: Miguel Boton <mboton@gmail.com>
diff --git a/drivers/net/wireless/iwlwifi/iwl-3945.h b/drivers/net/wireless/iwlwifi/iwl-3945.h
index 49556e6..70f3fc0 100644
--- a/drivers/net/wireless/iwlwifi/iwl-3945.h
+++ b/drivers/net/wireless/iwlwifi/iwl-3945.h
@@ -31,8 +31,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[];
diff --git a/drivers/net/wireless/iwlwifi/iwl-4965.h b/drivers/net/wireless/iwlwifi/iwl-4965.h
index 5944b4b..949630c 100644
--- a/drivers/net/wireless/iwlwifi/iwl-4965.h
+++ b/drivers/net/wireless/iwlwifi/iwl-4965.h
@@ -30,8 +30,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[];
--
Miguel Botón
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] iwlwifi: remove redundant declaration of 'iwl3945_priv' and 'iwl4965_priv' structs
2007-11-25 14:58 ` Miguel Botón
@ 2007-11-26 1:10 ` Zhu Yi
-1 siblings, 0 replies; 4+ messages in thread
From: Zhu Yi @ 2007-11-26 1:10 UTC (permalink / raw)
To: Miguel Botón; +Cc: Linux Kernel Mailing List, linux-wireless, linville
On Sun, 2007-11-25 at 15:58 +0100, Miguel Bot=A8=AEn wrote:
> This patch removes a redundant declaration of 'iwl3945_priv' and
> 'iwl4965_priv' structs.
>=20
> Signed-off-by: Miguel Boton <mboton@gmail.com>
ACK.
Thanks,
-yi
-
To unsubscribe from this list: send the line "unsubscribe linux-wireles=
s" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] iwlwifi: remove redundant declaration of 'iwl3945_priv' and 'iwl4965_priv' structs
@ 2007-11-26 1:10 ` Zhu Yi
0 siblings, 0 replies; 4+ messages in thread
From: Zhu Yi @ 2007-11-26 1:10 UTC (permalink / raw)
To: Miguel Botón; +Cc: Linux Kernel Mailing List, linux-wireless, linville
On Sun, 2007-11-25 at 15:58 +0100, Miguel Botón wrote:
> This patch removes a redundant declaration of 'iwl3945_priv' and
> 'iwl4965_priv' structs.
>
> Signed-off-by: Miguel Boton <mboton@gmail.com>
ACK.
Thanks,
-yi
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-11-26 1:11 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-25 14:58 [PATCH] iwlwifi: remove redundant declaration of 'iwl3945_priv' and 'iwl4965_priv' structs Miguel Botón
2007-11-25 14:58 ` Miguel Botón
2007-11-26 1:10 ` Zhu Yi
2007-11-26 1:10 ` Zhu Yi
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.