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 /arch/mips/tx4927 | |
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 'arch/mips/tx4927')
-rw-r--r-- | arch/mips/tx4927/common/tx4927_setup.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/mips/tx4927/common/tx4927_setup.c b/arch/mips/tx4927/common/tx4927_setup.c index 26d7c53612a8..edc25d89a782 100644 --- a/arch/mips/tx4927/common/tx4927_setup.c +++ b/arch/mips/tx4927/common/tx4927_setup.c | |||
@@ -76,12 +76,8 @@ static void __init tx4927_setup(void) | |||
76 | toshiba_rbtx4927_setup(); | 76 | toshiba_rbtx4927_setup(); |
77 | } | 77 | } |
78 | #endif | 78 | #endif |
79 | |||
80 | return; | ||
81 | } | 79 | } |
82 | 80 | ||
83 | early_initcall(tx4927_setup); | ||
84 | |||
85 | void __init tx4927_time_init(void) | 81 | void __init tx4927_time_init(void) |
86 | { | 82 | { |
87 | 83 | ||