From: Bill Pemberton Date: Mon, 19 Nov 2012 18:26:08 +0000 (-0500) Subject: ptp: remove use of __devexit X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b1f7c8cc1b4619f3dfd9f36bcfd35a0f4ce0cd13;p=linux-beck.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 304cec21bc42..1367655eee39 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);