Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
[linux-2.6-microblaze.git] / arch / powerpc / platforms / 85xx / common.c
index 3b085c7..b564b5e 100644 (file)
@@ -107,6 +107,12 @@ void __init mpc85xx_qe_init(void)
        qe_reset();
        of_node_put(np);
 
+}
+
+void __init mpc85xx_qe_par_io_init(void)
+{
+       struct device_node *np;
+
        np = of_find_node_by_name(NULL, "par_io");
        if (np) {
                struct device_node *ucc;