diff options
-rw-r--r-- | arch/blackfin/include/asm/bfin-global.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/include/asm/bfin-global.h b/arch/blackfin/include/asm/bfin-global.h index e1f9cbd00a09..f842ea3bfc19 100644 --- a/arch/blackfin/include/asm/bfin-global.h +++ b/arch/blackfin/include/asm/bfin-global.h | |||
@@ -106,7 +106,7 @@ extern char _stext_l1[], _etext_l1[], _sdata_l1[], _edata_l1[], _sbss_l1[], | |||
106 | _stext_l2[], _etext_l2[], _sdata_l2[], _edata_l2[], _sbss_l2[], | 106 | _stext_l2[], _etext_l2[], _sdata_l2[], _edata_l2[], _sbss_l2[], |
107 | _ebss_l2[], _l2_lma_start[]; | 107 | _ebss_l2[], _l2_lma_start[]; |
108 | 108 | ||
109 | /* only used when CONFIG_MTD_UCLINUX */ | 109 | /* only used when MTD_UCLINUX */ |
110 | extern unsigned long memory_mtd_start, memory_mtd_end, mtd_size; | 110 | extern unsigned long memory_mtd_start, memory_mtd_end, mtd_size; |
111 | 111 | ||
112 | #ifdef CONFIG_BFIN_ICACHE_LOCK | 112 | #ifdef CONFIG_BFIN_ICACHE_LOCK |