diff options
author | Florian Lohoff <flo@rfc822.org> | 2000-05-19 08:31:10 +0000 |
---|---|---|
committer | Florian Lohoff <flo@rfc822.org> | 2000-05-19 08:31:10 +0000 |
commit | f128867fe75bb32529d8a98654e495dab6b6e70c (patch) | |
tree | 55d68b484e0686ca86f91111d1c316e913949062 /arch/mips/sgi/kernel | |
parent | 70410127358947fc7a75b7610f88181336c959ff (diff) |
Move sgiserial initialization to a much better place
Diffstat (limited to 'arch/mips/sgi/kernel')
-rw-r--r-- | arch/mips/sgi/kernel/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/sgi/kernel/setup.c b/arch/mips/sgi/kernel/setup.c index f70d31ddd..feefa10b2 100644 --- a/arch/mips/sgi/kernel/setup.c +++ b/arch/mips/sgi/kernel/setup.c @@ -229,5 +229,5 @@ void __init sgi_setup(void) #ifdef CONFIG_VIDEO_VINO init_vino(); #endif + } -__initcall(rs_init); |