|
@@ -22,7 +22,6 @@
|
|
|
#include <linux/console.h>
|
|
|
#include <linux/delay.h>
|
|
|
#include <linux/seq_file.h>
|
|
|
-#include <linux/root_dev.h>
|
|
|
#include <linux/initrd.h>
|
|
|
#include <linux/module.h>
|
|
|
#include <linux/fsl_devices.h>
|
|
@@ -263,12 +262,6 @@ static void __init mpc85xx_cds_setup_arch(void)
|
|
|
ppc_md.pcibios_fixup = mpc85xx_cds_pcibios_fixup;
|
|
|
ppc_md.pci_exclude_device = mpc85xx_exclude_device;
|
|
|
#endif
|
|
|
-
|
|
|
-#ifdef CONFIG_ROOT_NFS
|
|
|
- ROOT_DEV = Root_NFS;
|
|
|
-#else
|
|
|
- ROOT_DEV = Root_HDA1;
|
|
|
-#endif
|
|
|
}
|
|
|
|
|
|
static void mpc85xx_cds_show_cpuinfo(struct seq_file *m)
|