diff options
-rw-r--r-- | drivers/net/wireless/brcm80211/brcmsmac/mac80211_if.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/net/wireless/brcm80211/brcmsmac/mac80211_if.c b/drivers/net/wireless/brcm80211/brcmsmac/mac80211_if.c index 93598cd7ee6a..8c5fa4e58139 100644 --- a/drivers/net/wireless/brcm80211/brcmsmac/mac80211_if.c +++ b/drivers/net/wireless/brcm80211/brcmsmac/mac80211_if.c | |||
@@ -1092,12 +1092,6 @@ static int ieee_hw_init(struct ieee80211_hw *hw) | |||
1092 | * Attach to the WL device identified by vendor and device parameters. | 1092 | * Attach to the WL device identified by vendor and device parameters. |
1093 | * regs is a host accessible memory address pointing to WL device registers. | 1093 | * regs is a host accessible memory address pointing to WL device registers. |
1094 | * | 1094 | * |
1095 | * brcms_attach is not defined as static because in the case where no bus | ||
1096 | * is defined, wl_attach will never be called, and thus, gcc will issue | ||
1097 | * a warning that this function is defined but not used if we declare | ||
1098 | * it as static. | ||
1099 | * | ||
1100 | * | ||
1101 | * is called in brcms_bcma_probe() context, therefore no locking required. | 1095 | * is called in brcms_bcma_probe() context, therefore no locking required. |
1102 | */ | 1096 | */ |
1103 | static struct brcms_info *brcms_attach(struct bcma_device *pdev) | 1097 | static struct brcms_info *brcms_attach(struct bcma_device *pdev) |