diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2007-02-16 19:21:18 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-02-16 19:21:18 -0500 |
commit | 834aba09598022f898eec651c0584b8b5d177e0a (patch) | |
tree | 93a3982585d5ac06f5a5d3cba0b5afb0bd37118c /arch/powerpc/platforms/86xx | |
parent | 00e402d06609d3722b018d696c12cb668065988d (diff) | |
parent | 578f8f20f3c7e2c18083cf3bd434df994280af30 (diff) |
Merge branch '85xx' into for_paulus
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 7e237eb7a707..f42f801cf84e 100644 --- a/arch/powerpc/platforms/86xx/mpc86xx_hpcn.c +++ b/arch/powerpc/platforms/86xx/mpc86xx_hpcn.c | |||
@@ -18,7 +18,6 @@ | |||
18 | #include <linux/kdev_t.h> | 18 | #include <linux/kdev_t.h> |
19 | #include <linux/delay.h> | 19 | #include <linux/delay.h> |
20 | #include <linux/seq_file.h> | 20 | #include <linux/seq_file.h> |
21 | #include <linux/root_dev.h> | ||
22 | 21 | ||
23 | #include <asm/system.h> | 22 | #include <asm/system.h> |
24 | #include <asm/time.h> | 23 | #include <asm/time.h> |
@@ -367,12 +366,6 @@ mpc86xx_hpcn_setup_arch(void) | |||
367 | 366 | ||
368 | printk("MPC86xx HPCN board from Freescale Semiconductor\n"); | 367 | printk("MPC86xx HPCN board from Freescale Semiconductor\n"); |
369 | 368 | ||
370 | #ifdef CONFIG_ROOT_NFS | ||
371 | ROOT_DEV = Root_NFS; | ||
372 | #else | ||
373 | ROOT_DEV = Root_HDA1; | ||
374 | #endif | ||
375 | |||
376 | #ifdef CONFIG_SMP | 369 | #ifdef CONFIG_SMP |
377 | mpc86xx_smp_init(); | 370 | mpc86xx_smp_init(); |
378 | #endif | 371 | #endif |