Skip to content

Commit

Permalink
PCI: Replace deprecated __initcall with device_initcall.
Browse files Browse the repository at this point in the history
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
  • Loading branch information
Robert P. J. Day authored and Jesse Barnes committed Jun 10, 2008
1 parent 19792a0 commit eaf6114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pci/proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -482,5 +482,5 @@ static int __init pci_proc_init(void)
return 0;
}

__initcall(pci_proc_init);
device_initcall(pci_proc_init);

0 comments on commit eaf6114

Please sign in to comment.