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:
84b9fac
)
staging: brcm80211: Fix debug section mismatch warning
author
Brett Rudley
<brudley@broadcom.com>
Thu, 30 Sep 2010 00:11:11 +0000
(17:11 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 30 Sep 2010 11:46:17 +0000
(
04:46
-0700)
wl_remove() is now called from places other than the .remove field of struct pci_driver so
do not annotate wl_remove() with __devexit. This removes the debug section mismatch warning
introduced by the previous nonexistant firmware patch.
Signed-off-by: Brett Rudley <brudley@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found