From: Bill Pemberton Date: Mon, 19 Nov 2012 18:26:08 +0000 (-0500) Subject: ptp: remove use of __devexit X-Git-Tag: v3.8-rc1~180^2~32 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b1f7c8cc1b4619f3dfd9f36bcfd35a0f4ce0cd13;p=platform%2Fupstream%2Fkernel-adaptation-pc.git ptp: remove use of __devexit CONFIG_HOTPLUG is going away as an option so __devexit 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 304cec2..1367655 100644 --- a/drivers/ptp/ptp_pch.c +++ b/drivers/ptp/ptp_pch.c @@ -557,7 +557,7 @@ static s32 pch_resume(struct pci_dev *pdev) #define pch_resume NULL #endif -static void __devexit pch_remove(struct pci_dev *pdev) +static void pch_remove(struct pci_dev *pdev) { struct pch_dev *chip = pci_get_drvdata(pdev);