[PATCH] ppc64: enable BPA nvram driver

From: Arnd Bergmann
Date: Wed Jun 22 2005 - 03:47:37 EST


Hollis Blanchard noticed that the initialization of the nvram driver
was commented out in [PATCH 7/11] ppc64: add BPA platform type,
which probably resulted from my reordering the patches incorrectly.

Signed-off-by: Arnd Bergmann <arndb@xxxxxxxxxx>

--- linux-cg.orig/arch/ppc64/kernel/bpa_setup.c 2005-06-22 10:33:09.329915056 -0400
+++ linux-cg/arch/ppc64/kernel/bpa_setup.c 2005-06-22 10:32:43.138901744 -0400
@@ -91,7 +91,7 @@ static void __init bpa_setup_arch(void)
conswitchp = &dummy_con;
#endif

- // bpa_nvram_init();
+ bpa_nvram_init();
}

/*
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/