memory: move hotplug memory notifier priority to same file for easy sorting
[linux-block.git] / mm / memory-tiers.c
index fa8c9d07f9ce97ec552d5f6c14e9d9ce4cde100e..939e200c283bbb313056b9c8479a20bfd04f6154 100644 (file)
@@ -664,7 +664,7 @@ static int __init memory_tier_init(void)
        establish_demotion_targets();
        mutex_unlock(&memory_tier_lock);
 
-       hotplug_memory_notifier(memtier_hotplug_callback, MEMTIER_HOTPLUG_PRIO);
+       hotplug_memory_notifier(memtier_hotplug_callback, MEMTIER_HOTPLUG_PRI);
        return 0;
 }
 subsys_initcall(memory_tier_init);