Commit 1c979395 authored by Bill Pemberton's avatar Bill Pemberton Committed by Greg Kroah-Hartman

staging: solo6x10: remove use of __devexit

CONFIG_HOTPLUG is going away as an option so __devexit is no
longer needed.
Signed-off-by: default avatarBill Pemberton <wfp5p@virginia.edu>
Cc: Mauro Carvalho Chehab <mchehab@infradead.org>
Cc: linux-media@vger.kernel.org
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 4ce7986d
...@@ -284,7 +284,7 @@ static int solo_pci_probe(struct pci_dev *pdev, ...@@ -284,7 +284,7 @@ static int solo_pci_probe(struct pci_dev *pdev,
return ret; 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); struct solo_dev *solo_dev = pci_get_drvdata(pdev);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment