From: Bill Pemberton Date: Mon, 19 Nov 2012 18:23:28 +0000 (-0500) Subject: ptp: remove use of __devinit X-Git-Tag: upstream/snapshot3+hdmi~6137^2~33 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5c0a42566c153349521ac5ff68561c29d2d261bf;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git ptp: remove use of __devinit CONFIG_HOTPLUG is going away as an option so __devinit is no longer needed. Signed-off-by: Bill Pemberton Acked-by: Richard Cochran Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/ptp/ptp_pch.c b/drivers/ptp/ptp_pch.c index e624e4d..304cec2 100644 --- a/drivers/ptp/ptp_pch.c +++ b/drivers/ptp/ptp_pch.c @@ -581,7 +581,7 @@ static void __devexit pch_remove(struct pci_dev *pdev) dev_info(&pdev->dev, "complete\n"); } -static s32 __devinit +static s32 pch_probe(struct pci_dev *pdev, const struct pci_device_id *id) { s32 ret;