linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] bcm43xx-d80211: fix a sparse warning
@ 2007-02-26 23:12 Johannes Berg
  2007-02-27 15:42 ` Michael Buesch
  0 siblings, 1 reply; 2+ messages in thread
From: Johannes Berg @ 2007-02-26 23:12 UTC (permalink / raw)
  To: linux-wireless; +Cc: Michael Buesch

This fixes a missing prototype sparse complains about.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>

---
 drivers/net/wireless/d80211/bcm43xx/bcm43xx_pci.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- wireless-dev.orig/drivers/net/wireless/d80211/bcm43xx/bcm43xx_pci.c	2007-02-27 00:10:30.974692803 +0100
+++ wireless-dev/drivers/net/wireless/d80211/bcm43xx/bcm43xx_pci.c	2007-02-27 00:10:56.574692803 +0100
@@ -27,7 +27,7 @@
 
 #include <linux/pci.h>
 #include <linux/ssb/ssb.h>
-
+#include "bcm43xx_pci.h"
 
 static const struct pci_device_id bcm43xx_pci_tbl[] = {
 	{ PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4301) },



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] bcm43xx-d80211: fix a sparse warning
  2007-02-26 23:12 [PATCH] bcm43xx-d80211: fix a sparse warning Johannes Berg
@ 2007-02-27 15:42 ` Michael Buesch
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Buesch @ 2007-02-27 15:42 UTC (permalink / raw)
  To: Johannes Berg; +Cc: linux-wireless

On Tuesday 27 February 2007 00:12, Johannes Berg wrote:
> This fixes a missing prototype sparse complains about.

Thanks, applied. 

-- 
Greetings Michael.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-02-27 15:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-26 23:12 [PATCH] bcm43xx-d80211: fix a sparse warning Johannes Berg
2007-02-27 15:42 ` Michael Buesch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).