git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9bef3d
)
cfg80211: fix compilation warning for cfg80211_leave_all()
author
Arend van Spriel
<arend@broadcom.com>
Sun, 23 Jun 2013 10:51:21 +0000
(12:51 +0200)
committer
Johannes Berg
<johannes.berg@intel.com>
Mon, 24 Jun 2013 13:57:32 +0000
(15:57 +0200)
The following compilation issue popped up moving from v3.10-rc1 to
v3.10-rc6 after merging wireless-testing.
net/wireless/sysfs.c:86:13: error: 'cfg80211_leave_all' defined
but not used [-Werror=unused-function]
The function is only called when CONFIG_PM is enabled. Moving the
function under CONFIG_PM as well.
Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/sysfs.c
patch
|
blob
|
history
diff --cc
net/wireless/sysfs.c
Simple merge