diff options
author | Bill Pemberton <wfp5p@virginia.edu> | 2012-11-19 13:26:08 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-11-28 15:12:32 -0500 |
commit | b1f7c8cc1b4619f3dfd9f36bcfd35a0f4ce0cd13 (patch) | |
tree | edb33f5e1c2ed3ca54637a3803c69d3617aa3983 | |
parent | 5c0a42566c153349521ac5ff68561c29d2d261bf (diff) |
ptp: remove use of __devexit
CONFIG_HOTPLUG is going away as an option so __devexit is no
longer needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Acked-by: Richard Cochran <richardcochran@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/ptp/ptp_pch.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
557 | #define pch_resume NULL | 557 | #define pch_resume NULL |
558 | #endif | 558 | #endif |
559 | 559 | ||
560 | static void __devexit pch_remove(struct pci_dev *pdev) | 560 | static void pch_remove(struct pci_dev *pdev) |
561 | { | 561 | { |
562 | struct pch_dev *chip = pci_get_drvdata(pdev); | 562 | struct pch_dev *chip = pci_get_drvdata(pdev); |
563 | 563 | ||