1
0
Fork 0

staging: solo6x10: remove use of __devexit

CONFIG_HOTPLUG is going away as an option so __devexit is no
longer needed.

Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Cc: Mauro Carvalho Chehab <mchehab@infradead.org>
Cc: linux-media@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
wifi-calibration
Bill Pemberton 2012-11-19 13:27:12 -05:00 committed by Greg Kroah-Hartman
parent 4ce7986ddb
commit 1c979395ca
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ fail_probe:
return ret;
}
static void __devexit solo_pci_remove(struct pci_dev *pdev)
static void solo_pci_remove(struct pci_dev *pdev)
{
struct solo_dev *solo_dev = pci_get_drvdata(pdev);