]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
mips: rename mt_init to mips_mt_init
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Thu, 14 Apr 2022 06:07:12 +0000 (23:07 -0700)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Tue, 26 Apr 2022 14:36:27 +0000 (10:36 -0400)
Move mt_init out of the way for the maple tree.  Use mips_mt prefix to
match the rest of the functions in the file.

Signed-off-by: Liam R. Howlett <Liam.Howlett@oracle.com>
arch/mips/kernel/mips-mt.c

index d5f7362e8c24592c2bbf2504bf5b19927991f929..dc023a97980356b40981f34342931e107b723e7a 100644 (file)
@@ -230,7 +230,7 @@ void mips_mt_set_cpuoptions(void)
 
 struct class *mt_class;
 
-static int __init mt_init(void)
+static int __init mips_mt_init(void)
 {
        struct class *mtc;
 
@@ -243,4 +243,4 @@ static int __init mt_init(void)
        return 0;
 }
 
-subsys_initcall(mt_init);
+subsys_initcall(mips_mt_init);