tree-wide: replace config_enabled() with IS_ENABLED()
[deliverable/linux.git] / arch / mips / mti-malta / malta-memory.c
index d5f8dae6a7978a5b7e3c62c4c70bef756941a061..a47556723b8543f82558524cc9165513f65c6fde 100644 (file)
@@ -32,7 +32,7 @@ static void free_init_pages_eva_malta(void *begin, void *end)
 
 void __init fw_meminit(void)
 {
-       bool eva = config_enabled(CONFIG_EVA);
+       bool eva = IS_ENABLED(CONFIG_EVA);
 
        free_init_pages_eva = eva ? free_init_pages_eva_malta : NULL;
 }
This page took 0.026695 seconds and 5 git commands to generate.