Skip to content

Commit 15d2ce7

Browse files
howlettakpm00
authored andcommitted
mips: rename mt_init to mips_mt_init
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. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Liam R. Howlett <[email protected]> Cc: Catalin Marinas <[email protected]> Cc: David Howells <[email protected]> Cc: "Matthew Wilcox (Oracle)" <[email protected]> Cc: SeongJae Park <[email protected]> Cc: Vlastimil Babka <[email protected]> Cc: Will Deacon <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent 14773bf commit 15d2ce7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/mips/kernel/mips-mt.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ void mips_mt_set_cpuoptions(void)
230230

231231
struct class *mt_class;
232232

233-
static int __init mt_init(void)
233+
static int __init mips_mt_init(void)
234234
{
235235
struct class *mtc;
236236

@@ -243,4 +243,4 @@ static int __init mt_init(void)
243243
return 0;
244244
}
245245

246-
subsys_initcall(mt_init);
246+
subsys_initcall(mips_mt_init);

0 commit comments

Comments
 (0)