diff options
author | Robert Richter <robert.richter@amd.com> | 2008-07-10 12:58:25 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-10 13:14:44 -0400 |
commit | 3a62ed73ccb76b3d573c2ceb52ee01081fa89f3d (patch) | |
tree | 6f5ed6826e065716e6ee0460a35dd52c2a670fd0 /arch/x86/pci/legacy.c | |
parent | 3f68f7d945e37e4d4bf1da445a285c59a6185815 (diff) |
x86/pci: fix warnings in subsys_initcall functions
Signed-off-by: Robert Richter <robert.richter@amd.com>
Cc: Robert Richter <robert.richter@amd.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/pci/legacy.c')
-rw-r--r-- | arch/x86/pci/legacy.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/pci/legacy.c b/arch/x86/pci/legacy.c index d8b6e928590b..132876cc6fca 100644 --- a/arch/x86/pci/legacy.c +++ b/arch/x86/pci/legacy.c | |||
@@ -66,5 +66,7 @@ int __init pci_subsys_init(void) | |||
66 | pci_numa_init(); | 66 | pci_numa_init(); |
67 | #endif | 67 | #endif |
68 | pcibios_init(); | 68 | pcibios_init(); |
69 | |||
70 | return 0; | ||
69 | } | 71 | } |
70 | subsys_initcall(pci_subsys_init); | 72 | subsys_initcall(pci_subsys_init); |