This fixes a missing prototype sparse complains about. Signed-off-by: Johannes Berg <johannes@xxxxxxxxxxxxxxxx> --- 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) }, - To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html