diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2007-02-17 09:25:57 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-02-17 09:25:57 -0600 |
commit | 1eccad01acaf7659abdcc9a72408456558bb4fb0 (patch) | |
tree | b010744013f714a70e0e1e231524196ed398e4c3 /arch/powerpc/platforms/83xx/mpc834x_itx.c | |
parent | 336c3c2ec7e24bdf01c8f0c311ac7081b1f73d72 (diff) | |
download | kernel_goldelico_gta04-1eccad01acaf7659abdcc9a72408456558bb4fb0.zip kernel_goldelico_gta04-1eccad01acaf7659abdcc9a72408456558bb4fb0.tar.gz kernel_goldelico_gta04-1eccad01acaf7659abdcc9a72408456558bb4fb0.tar.bz2 |
[POWERPC] 83xx: Remove obsolete setting of ROOT_DEV.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/83xx/mpc834x_itx.c')
-rw-r--r-- | arch/powerpc/platforms/83xx/mpc834x_itx.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/powerpc/platforms/83xx/mpc834x_itx.c b/arch/powerpc/platforms/83xx/mpc834x_itx.c index a8f66fb..0a708ef 100644 --- a/arch/powerpc/platforms/83xx/mpc834x_itx.c +++ b/arch/powerpc/platforms/83xx/mpc834x_itx.c @@ -71,12 +71,6 @@ static void __init mpc834x_itx_setup_arch(void) ppc_md.pci_exclude_device = mpc83xx_exclude_device; #endif - -#ifdef CONFIG_ROOT_NFS - ROOT_DEV = Root_NFS; -#else - ROOT_DEV = Root_HDA1; -#endif } static void __init mpc834x_itx_init_IRQ(void) |