mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-10 15:58:47 +00:00
ptp: remove use of __devinit
CONFIG_HOTPLUG is going away as an option so __devinit 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
305c891e2a
commit
5c0a42566c
@ -581,7 +581,7 @@ static void __devexit pch_remove(struct pci_dev *pdev)
|
|||||||
dev_info(&pdev->dev, "complete\n");
|
dev_info(&pdev->dev, "complete\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
static s32 __devinit
|
static s32
|
||||||
pch_probe(struct pci_dev *pdev, const struct pci_device_id *id)
|
pch_probe(struct pci_dev *pdev, const struct pci_device_id *id)
|
||||||
{
|
{
|
||||||
s32 ret;
|
s32 ret;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user