commit | eaf611426d4b9ad0d0a30c0a8d414380128720af | [log] [tgz] |
---|---|---|
author | Robert P. J. Day <rpjday@crashcourse.ca> | Sun May 11 16:58:53 2008 -0400 |
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | Tue Jun 10 10:59:46 2008 -0700 |
tree | 0718854a0c1d1e23b31c7e7101ac587ebc4bacff | |
parent | 19792a0859f96e9fc8ce87d97b269bcb895389e5 [diff] [blame] |
PCI: Replace deprecated __initcall with device_initcall. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
diff --git a/drivers/pci/proc.c b/drivers/pci/proc.c index 963a976..95eb083 100644 --- a/drivers/pci/proc.c +++ b/drivers/pci/proc.c
@@ -482,5 +482,5 @@ return 0; } -__initcall(pci_proc_init); +device_initcall(pci_proc_init);