diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-06-21 09:56:30 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:30:18 -0400 |
commit | c83cfc9c9477d0bc0e0a1ba29dfc58e0d42b2faf (patch) | |
tree | 86c613b44ae25af1808b81dde2a4dc0274647194 /include/asm-mips/mips-boards/generic.h | |
parent | 8c93650890a33318263880dec36603a6d5749b7e (diff) |
Get rid of early_init. There's more need to make this form of
initialization actually useful and as is certainly unmergable with
upstream.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/mips-boards/generic.h')
-rw-r--r-- | include/asm-mips/mips-boards/generic.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-mips/mips-boards/generic.h b/include/asm-mips/mips-boards/generic.h index 65d1d16eab16..ed01124561c1 100644 --- a/include/asm-mips/mips-boards/generic.h +++ b/include/asm-mips/mips-boards/generic.h | |||
@@ -79,4 +79,10 @@ | |||
79 | 79 | ||
80 | extern unsigned int mips_revision_corid; | 80 | extern unsigned int mips_revision_corid; |
81 | 81 | ||
82 | #ifdef CONFIG_PCI | ||
83 | extern void mips_pcibios_init(void); | ||
84 | #else | ||
85 | #define mips_pcibios_init() do { } while (0) | ||
86 | #endif | ||
87 | |||
82 | #endif /* __ASM_MIPS_BOARDS_GENERIC_H */ | 88 | #endif /* __ASM_MIPS_BOARDS_GENERIC_H */ |