From: Brett Rudley Date: Thu, 30 Sep 2010 00:11:11 +0000 (-0700) Subject: staging: brcm80211: Fix debug section mismatch warning X-Git-Tag: v2.6.37-rc1~60^2~3^2~432 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f0c5bcdff5eec67a8fd5688e604ea1317fd26c8;p=pandora-kernel.git staging: brcm80211: Fix debug section mismatch warning 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed