diff options
author | Jon Loeliger <jdl@jdl.com> | 2007-02-17 01:14:15 +0300 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-02-17 03:14:08 +0300 |
commit | 578f8f20f3c7e2c18083cf3bd434df994280af30 (patch) | |
tree | ec865c26e238768e2ef8eed7d33f29c85cd05324 /arch/powerpc/platforms/86xx | |
parent | a32525449b30dfbae804f6b05cde041f35f5a811 (diff) | |
download | linux-578f8f20f3c7e2c18083cf3bd434df994280af30.tar.xz |
[POWERPC] 8[56]xx: Remove obsolete setting of ROOT_DEV for 85xx and 86xx platforms.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/86xx')
-rw-r--r-- | arch/powerpc/platforms/86xx/mpc86xx_hpcn.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/powerpc/platforms/86xx/mpc86xx_hpcn.c b/arch/powerpc/platforms/86xx/mpc86xx_hpcn.c index f4dd5f2f8a28..030f9b2adbca 100644 --- a/arch/powerpc/platforms/86xx/mpc86xx_hpcn.c +++ b/arch/powerpc/platforms/86xx/mpc86xx_hpcn.c @@ -18,7 +18,6 @@ #include <linux/kdev_t.h> #include <linux/delay.h> #include <linux/seq_file.h> -#include <linux/root_dev.h> #include <asm/system.h> #include <asm/time.h> @@ -365,12 +364,6 @@ mpc86xx_hpcn_setup_arch(void) printk("MPC86xx HPCN board from Freescale Semiconductor\n"); -#ifdef CONFIG_ROOT_NFS - ROOT_DEV = Root_NFS; -#else - ROOT_DEV = Root_HDA1; -#endif - #ifdef CONFIG_SMP mpc86xx_smp_init(); #endif |