aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/kernel
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-06-20 15:36:09 -0400
committerMike Frysinger <vapier@gentoo.org>2009-07-16 01:39:45 -0400
commitb2dc0a08845af9d6ea990a1a28d4545998707570 (patch)
tree4a77fd9722b1ef04086935504440ad39e4365f49 /arch/blackfin/kernel
parent1997660cea28202ece0956cd44f332ac57700138 (diff)
Blackfin: drop dead flash_probe call
There are no CONFIG_{BLK,CHR}_DEV_FLASH Kconfig options, and there is no flash_probe() function, so not really sure what this code is all about. Seems to be dead code that stretches way back to the start of the Blackfin port. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/kernel')
-rw-r--r--arch/blackfin/kernel/setup.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/blackfin/kernel/setup.c b/arch/blackfin/kernel/setup.c
index 6136c33e919f..6e150d9b8862 100644
--- a/arch/blackfin/kernel/setup.c
+++ b/arch/blackfin/kernel/setup.c
@@ -868,13 +868,6 @@ void __init setup_arch(char **cmdline_p)
868 else 868 else
869 printk(KERN_CONT "and Disabled\n"); 869 printk(KERN_CONT "and Disabled\n");
870 870
871#if defined(CONFIG_CHR_DEV_FLASH) || defined(CONFIG_BLK_DEV_FLASH)
872 /* we need to initialize the Flashrom device here since we might
873 * do things with flash early on in the boot
874 */
875 flash_probe();
876#endif
877
878 printk(KERN_INFO "Boot Mode: %i\n", bfin_read_SYSCR() & 0xF); 871 printk(KERN_INFO "Boot Mode: %i\n", bfin_read_SYSCR() & 0xF);
879 872
880 /* Newer parts mirror SWRST bits in SYSCR */ 873 /* Newer parts mirror SWRST bits in SYSCR */