sony-laptop: fix scancode decode
[pandora-kernel.git] / arch / powerpc / platforms / 83xx / mpc8313_rdb.c
index 3edfe17..33766b8 100644 (file)
@@ -43,10 +43,8 @@ static void __init mpc8313_rdb_setup_arch(void)
                ppc_md.progress("mpc8313_rdb_setup_arch()", 0);
 
 #ifdef CONFIG_PCI
-       for (np = NULL; (np = of_find_node_by_type(np, "pci")) != NULL;)
+       for_each_compatible_node(np, "pci", "fsl,mpc8349-pci")
                mpc83xx_add_bridge(np);
-
-       ppc_md.pci_exclude_device = mpc83xx_exclude_device;
 #endif
        mpc831x_usb_cfg();
 }