aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-mips/mips-boards/generic.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2005-06-21 09:56:30 -0400
committerRalf Baechle <ralf@linux-mips.org>2005-10-29 14:30:18 -0400
commitc83cfc9c9477d0bc0e0a1ba29dfc58e0d42b2faf (patch)
tree86c613b44ae25af1808b81dde2a4dc0274647194 /include/asm-mips/mips-boards/generic.h
parent8c93650890a33318263880dec36603a6d5749b7e (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.h6
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
80extern unsigned int mips_revision_corid; 80extern unsigned int mips_revision_corid;
81 81
82#ifdef CONFIG_PCI
83extern 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 */