Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5c0a4256 authored by Bill Pemberton's avatar Bill Pemberton Committed by Greg Kroah-Hartman
Browse files

ptp: remove use of __devinit



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

Signed-off-by: default avatarBill Pemberton <wfp5p@virginia.edu>
Acked-by: default avatarRichard Cochran <richardcochran@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 305c891e
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -581,7 +581,7 @@ static void __devexit pch_remove(struct pci_dev *pdev)
	dev_info(&pdev->dev, "complete\n");
	dev_info(&pdev->dev, "complete\n");
}
}


static s32 __devinit
static s32
pch_probe(struct pci_dev *pdev, const struct pci_device_id *id)
pch_probe(struct pci_dev *pdev, const struct pci_device_id *id)
{
{
	s32 ret;
	s32 ret;