vserver 1.9.5.x5
[linux-2.6.git] / arch / ppc / platforms / prep_setup.c
index 8051df1..c6bd7b8 100644 (file)
@@ -645,7 +645,7 @@ static void __init prep_init_sound(void)
 static void __init
 prep_init_vesa(void)
 {
-#if     (defined(CONFIG_FB_VGA16) || defined(CONFIG_FB_VGA_16_MODULE) || \
+#if     (defined(CONFIG_FB_VGA16) || defined(CONFIG_FB_VGA16_MODULE) || \
         defined(CONFIG_FB_VESA))
        PPC_DEVICE *vgadev = NULL;
 
@@ -1126,7 +1126,7 @@ prep_init(unsigned long r3, unsigned long r4, unsigned long r5,
                _prep_type = _PREP_Motorola;
        }
 
-#ifdef CONFIG_PREP_PRESIDUAL
+#ifdef CONFIG_PREP_RESIDUAL
        /* Switch off all residual data processing if the user requests it */
        if (strstr(cmd_line, "noresidual") != NULL)
                        res = NULL;