Skip to content
Snippets Groups Projects
Commit 413caddc authored by Hauke Mehrtens's avatar Hauke Mehrtens
Browse files

mac80211: brcmsmac: fix a build warning, till we update bcma

SVN-Revision: 30644
parent c5d94038
No related branches found
No related tags found
No related merge requests found
Remove this patch when we get a new version of bcma into our kernel.
--- a/drivers/net/wireless/brcm80211/brcmsmac/mac80211_if.c
+++ b/drivers/net/wireless/brcm80211/brcmsmac/mac80211_if.c
@@ -1129,7 +1129,7 @@ static int __devinit brcms_bcma_probe(st
return 0;
}
-static int brcms_suspend(struct bcma_device *pdev)
+static int brcms_suspend(struct bcma_device *pdev, pm_message_t state)
{
struct brcms_info *wl;
struct ieee80211_hw *hw;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment