dect
/
linux-2.6
Archived
13
0
Fork 0

staging: solo6x10: remove use of __devinit

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

Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Cc: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Bill Pemberton 2012-11-19 13:22:16 -05:00 committed by Greg Kroah-Hartman
parent fd8413a2b8
commit ffba1bc963
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ static void free_solo_dev(struct solo_dev *solo_dev)
kfree(solo_dev);
}
static int __devinit solo_pci_probe(struct pci_dev *pdev,
static int solo_pci_probe(struct pci_dev *pdev,
const struct pci_device_id *id)
{
struct solo_dev *solo_dev;