mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 21:38:32 +08:00
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>
This commit is contained in:
parent
5c0a42566c
commit
b1f7c8cc1b
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user